mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
@@ -9,4 +9,4 @@
|
||||
* bunch of ChangeTurf() calls.
|
||||
*/
|
||||
|
||||
var/list/turbolifts = list()
|
||||
GLOBAL_LIST_EMPTY(turbolifts)
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
var/list/areas_to_use = list()
|
||||
|
||||
/obj/turbolift_map_holder/Destroy()
|
||||
turbolifts -= src
|
||||
GLOB.turbolifts -= src
|
||||
return ..()
|
||||
|
||||
/obj/turbolift_map_holder/Initialize(mapload)
|
||||
..()
|
||||
turbolifts += src
|
||||
GLOB.turbolifts += src
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/turbolift_map_holder/LateInitialize()
|
||||
|
||||
Reference in New Issue
Block a user