Ports more things to Initialize (#38653)

This commit is contained in:
Jordan Brown
2018-06-22 16:56:09 -07:00
committed by Tad Hardesty
parent c6ca01ffe0
commit 6a603b733d
15 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
CanAtmosPass = ATMOS_PASS_DENSITY
var/timeleft = 300 //Set to 0 for permanent forcefields (ugh)
/obj/effect/forcefield/New()
..()
/obj/effect/forcefield/Initialize()
. = ..()
if(timeleft)
QDEL_IN(src, timeleft)