From a25e0528024fbca8b32a8c6d25e63e75016baa9c Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 4 Jul 2015 22:56:28 -0400 Subject: [PATCH] parents --- code/LINDA/LINDA_fire.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LINDA/LINDA_fire.dm b/code/LINDA/LINDA_fire.dm index e8b368d64fc..adb59f7f0fe 100644 --- a/code/LINDA/LINDA_fire.dm +++ b/code/LINDA/LINDA_fire.dm @@ -159,7 +159,7 @@ var/turf/simulated/T = loc if(T.active_hotspot == src) T.active_hotspot = null - loc = null + ..() return QDEL_HINT_PUTINPOOL /obj/effect/hotspot/proc/DestroyTurf()