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
-8
View File
@@ -146,14 +146,6 @@
CCport.dheight = 0
CCport.width = 19
CCport.dwidth = 9
var/obj/docking_port/stationary/CCtransit
CCtransit = SSshuttle.getDock("emergency_transit")
CCtransit.setDir(2)
CCtransit.forceMove(locate(113, 68, 1))
CCtransit.height = 50
CCtransit.dheight = 0
CCtransit.width = 19
CCtransit.dwidth = 9
var/obj/docking_port/stationary/syndicate
syndicate = SSshuttle.getDock("emergency_syndicate")
syndicate.setDir(8)