Replace a number of New() overrides with Initialize() (#60223)

This commit is contained in:
coiax
2021-07-15 18:14:20 -07:00
committed by GitHub
parent a6bd69118b
commit e4e3195f88
10 changed files with 29 additions and 38 deletions
@@ -184,9 +184,9 @@
var/corrupt_delay = 50
var/last_corrupt = 0
/obj/structure/destructible/cult/pylon/New()
/obj/structure/destructible/cult/pylon/Initialize()
. = ..()
START_PROCESSING(SSfastprocess, src)
..()
/obj/structure/destructible/cult/pylon/Destroy()
STOP_PROCESSING(SSfastprocess, src)