Update extinguisher.dm
This commit is contained in:
@@ -227,8 +227,7 @@
|
||||
repetition++
|
||||
addtimer(CALLBACK(src, /obj/item/extinguisher/proc/move_chair, B, movementdirection, repetition), timer_seconds)
|
||||
|
||||
/*
|
||||
/obj/item/extinguisher/AltClick(mob/user)
|
||||
/obj/item/extinguisher//attackby(obj/item/W, mob/user, params)
|
||||
if(!user.canUseTopic(src, BE_CLOSE, ismonkey(user)))
|
||||
return
|
||||
EmptyExtinguisher(user)
|
||||
@@ -243,4 +242,4 @@
|
||||
theturf.MakeSlippery(TURF_WET_WATER, min_wet_time = 10 SECONDS, wet_time_to_add = 5 SECONDS)
|
||||
|
||||
user.visible_message("[user] empties out \the [src] onto the floor using the release valve.", "<span class='info'>You quietly empty out \the [src] using its release valve.</span>")
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user