Fixes Duplicate Hotspot New()'s

This commit is contained in:
Fox-McCloud
2015-10-08 18:11:22 -04:00
parent 09c0f235e6
commit db485ce09c
+2 -6
View File
@@ -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))