mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-27 18:23:19 +00:00
Crayons no longer use charge when used on a canvas
This commit is contained in:
committed by
CitadelStationBot
parent
f27088a346
commit
d5be66cf9a
@@ -247,6 +247,8 @@
|
||||
var/cost = 1
|
||||
if(paint_mode == PAINT_LARGE_HORIZONTAL)
|
||||
cost = 5
|
||||
if(istype(target, /obj/item/canvas))
|
||||
cost = 0
|
||||
var/charges_used = use_charges(user, cost)
|
||||
if(!charges_used)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user