Merge pull request #7354 from VOREStation/aro-tweaks

Smol Fixes
This commit is contained in:
Aronai Sieyes
2020-04-20 19:39:47 -04:00
committed by GitHub
6 changed files with 16 additions and 11 deletions
+6 -1
View File
@@ -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()
. = ..()