mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Merge pull request #3580 from argoneuscze/fixshowerfire
Fix shower not extinguishing fires
This commit is contained in:
@@ -154,11 +154,8 @@
|
||||
on = !on
|
||||
update_icon()
|
||||
if(on)
|
||||
if (M.loc == loc)
|
||||
wash(M)
|
||||
check_heat(M)
|
||||
for (var/atom/movable/G in loc)
|
||||
G.clean_blood()
|
||||
Crossed(G)
|
||||
|
||||
|
||||
/obj/machinery/shower/attackby(obj/item/I, mob/user)
|
||||
|
||||
@@ -59,3 +59,4 @@ hornygranny = Game Master
|
||||
yota = Game Master
|
||||
firecage = Game Master
|
||||
donkieyo = Game Master
|
||||
argoneus = Game Master
|
||||
|
||||
Reference in New Issue
Block a user