mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Replace a number of New() overrides with Initialize() (#60223)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user