Ports more things to Initialize (#38653)

This commit is contained in:
Jordan Brown
2018-06-22 19:56:09 -04:00
committed by letterjay
parent 386bc528ea
commit a73bfd0913
15 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
anchored = TRUE
layer = GHOST_LAYER
/obj/effect/countdown/New(atom/A)
/obj/effect/countdown/Initialize()
. = ..()
attach(A)
attach(loc)
/obj/effect/countdown/examine(mob/user)
. = ..()