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
@@ -12,13 +12,13 @@ would spawn and follow the beaker, even if it is carried or thrown.
pass_flags = PASSTABLE | PASSGRILLE
anchored = TRUE
/obj/effect/particle_effect/New()
..()
/obj/effect/particle_effect/Initialize()
. = ..()
GLOB.cameranet.updateVisibility(src)
/obj/effect/particle_effect/Destroy()
GLOB.cameranet.updateVisibility(src)
. = ..()
return ..()
/datum/effect_system
var/number = 3