mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Attempt fix blackscreen (#18434)
* first reordering, committed in case i fuck up badly next * from the moment i understood the weakness of my flesh * sdafa * you asked for this * we can't have nice things * sdafasdf * sdafasd * sdfa * fsa * worth a shot * more pain * sdfasdf
This commit is contained in:
@@ -6,7 +6,7 @@ PROCESSING_SUBSYSTEM_DEF(electronics)
|
||||
wait = 2 SECONDS
|
||||
priority = SS_PRIORITY_ELECTRONICS
|
||||
flags = SS_KEEP_TIMING
|
||||
init_order = SS_INIT_MISC_FIRST
|
||||
init_order = INIT_ORDER_MISC_FIRST
|
||||
|
||||
var/list/all_integrated_circuits = list()
|
||||
var/list/printer_recipe_list = list()
|
||||
|
||||
@@ -4,7 +4,7 @@ NTSL2 deamon management subsystem, responsible for handling events from deamon a
|
||||
PROCESSING_SUBSYSTEM_DEF(ntsl2)
|
||||
name = "NTSL2"
|
||||
flags = 0
|
||||
init_order = SS_INIT_MISC
|
||||
init_order = INIT_ORDER_MISC
|
||||
// priority = SS_PRIORITY_PROCESSING
|
||||
var/connected = FALSE
|
||||
var/list/programs = list()
|
||||
|
||||
@@ -2,7 +2,7 @@ SUBSYSTEM_DEF(shuttle)
|
||||
name = "Shuttle"
|
||||
wait = 2 SECONDS
|
||||
priority = SS_PRIORITY_SHUTTLE
|
||||
init_order = SS_INIT_MISC //Should be initialized after all maploading is over and atoms are initialized, to ensure that landmarks have been initialized.
|
||||
init_order = INIT_ORDER_MISC //Should be initialized after all maploading is over and atoms are initialized, to ensure that landmarks have been initialized.
|
||||
|
||||
var/overmap_halted = FALSE //Whether ships can move on the overmap; used for adminbus.
|
||||
var/list/ships = list() //List of all ships.
|
||||
|
||||
Reference in New Issue
Block a user