mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync
This commit is contained in:
@@ -138,10 +138,13 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/shower, (-16))
|
||||
|
||||
/obj/machinery/shower/plunger_act(obj/item/plunger/attacking_plunger, mob/living/user, reinforced)
|
||||
user.balloon_alert_to_viewers("furiously plunging...", "plunging shower...")
|
||||
if(do_after(user, 3 SECONDS, target = src))
|
||||
user.balloon_alert_to_viewers("finished plunging")
|
||||
reagents.expose(get_turf(src), TOUCH) //splash on the floor
|
||||
reagents.clear_reagents()
|
||||
if(!do_after(user, 3 SECONDS, target = src))
|
||||
return TRUE
|
||||
user.balloon_alert_to_viewers("finished plunging")
|
||||
reagents.expose(get_turf(src), TOUCH) //splash on the floor
|
||||
reagents.clear_reagents()
|
||||
begin_processing()
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/shower/attackby(obj/item/tool, mob/user, list/modifiers, list/attack_modifiers)
|
||||
if(istype(tool, /obj/item/stock_parts/water_recycler))
|
||||
|
||||
Reference in New Issue
Block a user