mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Unit Test rework & Master/Ticker update (#11372)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
initial_generic_waypoints = list("aerostat_n_w", "aerostat_n_n","aerostat_n_e","aerostat_s_w","aerostat_s_s","aerostat_s_e","aerostat_west","aerostat_east")
|
||||
|
||||
/obj/effect/overmap/visitable/sector/virgo2/Initialize(mapload)
|
||||
for(var/obj/effect/overmap/visitable/ship/stellar_delight/sd in world)
|
||||
docking_codes = sd.docking_codes
|
||||
. = ..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/effect/overmap/visitable/sector/virgo2/LateInitialize()
|
||||
for(var/obj/effect/overmap/visitable/ship/stellar_delight/sd in GLOB.all_stellar_delights)
|
||||
docking_codes = sd.docking_codes
|
||||
return
|
||||
|
||||
// -- Datums -- //
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
rename_areas(newname)
|
||||
|
||||
/obj/effect/overmap/visitable/ship/landable/luxury_boat/proc/rename_areas(newname)
|
||||
if(!SSshuttles.subsystem_initialized)
|
||||
if(!SSshuttles.initialized)
|
||||
spawn(300)
|
||||
rename_areas(newname)
|
||||
return
|
||||
@@ -266,7 +266,7 @@
|
||||
rename_areas(newname)
|
||||
|
||||
/obj/effect/overmap/visitable/ship/landable/tinycarrier/proc/rename_areas(newname)
|
||||
if(!SSshuttles.subsystem_initialized)
|
||||
if(!SSshuttles.initialized)
|
||||
spawn(300)
|
||||
rename_areas(newname)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user