Fixes Lazy Templates fucking over cables, pipes , and shuttles at random (#78622)

## About The Pull Request

See title.
## Why It's Good For The Game

If a lazy template is loaded AFTER roundstart it doesn't get included
into the global init procs, because that work is offloaded into a
subsystem
LINDA runtimes are bad, null.archive() runtime be gone.
## Changelog
🆑
fix: The Syndicate have fired their previous construction company after
poor results in recent outposts.
/🆑
This commit is contained in:
Zephyr
2023-10-03 12:26:34 +02:00
committed by GitHub
parent 9447a664cd
commit d259cbb30d
4 changed files with 22 additions and 6 deletions
+3
View File
@@ -239,6 +239,9 @@
for(var/turf/T in return_turfs())
T.turf_flags |= NO_RUINS
if(SSshuttle.initialized)
INVOKE_ASYNC(SSshuttle, TYPE_PROC_REF(/datum/controller/subsystem/shuttle, setup_shuttles), list(src))
#ifdef DOCKING_PORT_HIGHLIGHT
highlight("#f00")
#endif