Files
Polaris/code/modules/turbolift/_turbolift.dm
MistakeNot4892 2f0a618d45 /atom New() => Initialize() [MDB IGNORE] (#8298)
* Find and replace argless atom New() to Initialize().

* Manual replacement of no-arg New() to Initialize().

* Manually replacing remaining New() overrides.

* Fixing linter issues with now-removed New() args.

* Tidying area init overrides.

* Porting Neb's atom subsystem.

* Trying to isolate init problems.

* Adjusting Init code post-test.

* Merging duplicate Initialize() procs.

* Merge resolution.
2021-11-14 00:09:14 -08:00

11 lines
512 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.
*/