mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
de17517e42
* bunch of global vars * .
13 lines
543 B
Plaintext
13 lines
543 B
Plaintext
/*
|
|
* Turbolifts! Sort of like multishuttles-lite.
|
|
*
|
|
* How-to: Map /obj/turbolift_map_holder in at the bottom of the shaft, give it a depth
|
|
* value equivalent to the number of floors it should span (inclusive of the first),
|
|
* and at runtime it will update the map, set areas and create control panels and
|
|
* wifi-set doors appropriate to itself. You will save time at init if you map the
|
|
* elevator shaft in properly before runtime, but ultimately you're just avoiding a
|
|
* bunch of ChangeTurf() calls.
|
|
*/
|
|
|
|
GLOBAL_LIST_EMPTY(turbolifts)
|