new to init (the rest of them) part 1 (#17052)

This commit is contained in:
Cameron Lennox
2025-02-05 14:05:41 -05:00
committed by GitHub
parent 8081f42210
commit d02c67d6de
18 changed files with 387 additions and 109 deletions
@@ -55,4 +55,7 @@
/obj/structure/ghost_pod/ghost_activated/Initialize(var/mapload)
. = ..()
if(!mapload)
ghostpod_startup(spawn_active)
return INITIALIZE_HINT_LATELOAD
/obj/structure/ghost_pod/LateInitialize()
ghostpod_startup(spawn_active)