Makes shuttles lazy load (#28315)

* update documentation + names

* shuttle 1

* shuttle 2

* thank god

* undef

* ci fix

* fix ci again

* Fallbacks and stuff

* fixes the lance
This commit is contained in:
Contrabang
2025-02-26 22:46:27 +00:00
committed by GitHub
parent 3e373d24ec
commit 781c6e9aa3
26 changed files with 13085 additions and 13146 deletions
+1 -1
View File
@@ -294,7 +294,7 @@
playsound(console, 'sound/machines/terminal_prompt_deny.ogg', 25, 0)
var/list/L = list()
for(var/V in SSshuttle.stationary)
for(var/V in SSshuttle.stationary_docking_ports)
if(!V)
continue
var/obj/docking_port/stationary/S = V