mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +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)
|
||||
|
||||
Reference in New Issue
Block a user