Misc priority & init order tweaks (#3977)

changes:

early misc & seeds now load before atlas.
ZAS now has priority 55 down from 80.
Timer now has priority 45 down from (default) 50.
Lighting now has priority 65 up from 20.
The asteroid gen SS has been renamed to map finalization, and now does other map touch-up tasks like area sort, map datum finalization, and uplink init.
This commit is contained in:
Lohikar
2017-12-17 11:23:25 +02:00
committed by Erki
parent 0398b99148
commit d202b68c2e
9 changed files with 72 additions and 64 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ var/datum/controller/subsystem/timer/SStimer
/datum/controller/subsystem/timer
name = "Timer"
wait = 1 //SS_TICKER subsystem, so wait is in ticks
init_order = 1
priority = SS_PRIORITY_TIMER
flags = SS_FIRE_IN_LOBBY|SS_TICKER|SS_NO_INIT