Ports more things to Initialize (#38653)

This commit is contained in:
Jordan Brown
2018-06-24 05:17:15 -05:00
committed by letterjay
parent 386bc528ea
commit a73bfd0913
15 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -98,8 +98,8 @@
density = FALSE
var/duration = 0
/obj/effect/mine/pickup/New()
..()
/obj/effect/mine/pickup/Initialize()
. = ..()
animate(src, pixel_y = 4, time = 20, loop = -1)
/obj/effect/mine/pickup/triggermine(mob/victim)