Reverts infinite showers (#7016)

* AAAAAAAA

* Update shower.dm

* Update shower.dm

* Update shower.dm
This commit is contained in:
Gandalf
2021-07-19 16:42:23 +01:00
committed by GitHub
parent 68e40b28f1
commit b2f0f6cf46
4 changed files with 10 additions and 25 deletions
+7
View File
@@ -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)