[MIRROR] Removes sleeping from the code in more places (#10611)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-10 01:13:00 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 174fb57a2c
commit de641ab6f8
20 changed files with 123 additions and 120 deletions
@@ -55,4 +55,7 @@
/obj/structure/ghost_pod/ghost_activated/Initialize(mapload)
. = ..()
if(!mapload)
ghostpod_startup(spawn_active)
return INITIALIZE_HINT_LATELOAD
/obj/structure/ghost_pod/ghost_activated/LateInitialize()
ghostpod_startup(spawn_active)