From db485ce09c279b621aff513404ddd0893a6cf19c Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 8 Oct 2015 18:11:22 -0400 Subject: [PATCH] Fixes Duplicate Hotspot New()'s --- code/LINDA/LINDA_fire.dm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/LINDA/LINDA_fire.dm b/code/LINDA/LINDA_fire.dm index e6858f04d18..47953a0c911 100644 --- a/code/LINDA/LINDA_fire.dm +++ b/code/LINDA/LINDA_fire.dm @@ -61,6 +61,8 @@ set_light(3, 1, color) air_master.hotspots += src perform_exposure() + dir = pick(cardinal) + air_update_turf() /obj/effect/hotspot/proc/perform_exposure() var/turf/simulated/location = loc @@ -179,12 +181,6 @@ T.to_be_destroyed = 0 T.max_fire_temperature_sustained = 0 -/obj/effect/hotspot/New() - ..() - dir = pick(cardinal) - air_update_turf() - return - /obj/effect/hotspot/Crossed(mob/living/L) ..() if(isliving(L))