mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
@@ -93,6 +93,7 @@ GLOBAL_LIST_EMPTY(gravity_generators)
|
||||
. = ..()
|
||||
setup_parts()
|
||||
middle.add_overlay("activated")
|
||||
current_overlay = "activated"
|
||||
use_power = USE_POWER_ACTIVE
|
||||
|
||||
//
|
||||
@@ -126,9 +127,13 @@ GLOBAL_LIST_EMPTY(gravity_generators)
|
||||
var/list/areas = list()
|
||||
|
||||
/obj/machinery/gravity_generator/main/Initialize()
|
||||
. = ..()
|
||||
..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/machinery/gravity_generator/main/LateInitialize() //Needs to happen after overmap sectors are initialized so we can figure out where we are
|
||||
update_list()
|
||||
update_areas()
|
||||
return ..()
|
||||
|
||||
/obj/machinery/gravity_generator/main/set_fix()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user