Fixes Extinguishing Some Fires (#12410)

This commit is contained in:
Fox McCloud
2019-09-24 19:39:12 -04:00
committed by variableundefined
parent bae5faae27
commit 0ad54794fc
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -154,10 +154,6 @@ var/global/image/fire_overlay = image("icon" = 'icons/goonstation/effects/fire.d
/obj/item/blob_act()
qdel(src)
/obj/item/water_act(volume, temperature, source, method = TOUCH)
. = ..()
extinguish()
/obj/item/verb/move_to_top()
set name = "Move To Top"
set category = null
+4
View File
@@ -272,6 +272,10 @@ a {
user.set_machine(src)
onclose(user, "mtcomputer")
/obj/water_act(volume, temperature, source, method = TOUCH)
. = ..()
extinguish()
/obj/singularity_pull(S, current_size)
if(anchored)
if(current_size >= STAGE_FIVE)