mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Reverts infinite showers (#7016)
* AAAAAAAA * Update shower.dm * Update shower.dm * Update shower.dm
This commit is contained in:
@@ -78,6 +78,13 @@
|
||||
else
|
||||
return ..()
|
||||
|
||||
//SKYRAT EDIT ADDITION
|
||||
/obj/machinery/shower/plunger_act(obj/item/plunger/P, mob/living/user, reinforced)
|
||||
if(do_after(user, 3 SECONDS, src))
|
||||
reagents.remove_any(reagents.total_volume)
|
||||
balloon_alert(user, "reservoir emptied")
|
||||
//SKYRAT EDIT END
|
||||
|
||||
/obj/machinery/shower/multitool_act(mob/living/user, obj/item/I)
|
||||
. = ..()
|
||||
if(. || !can_toggle_refill)
|
||||
|
||||
Reference in New Issue
Block a user