Update subsystems.dm

This commit is contained in:
Novacat
2021-04-10 09:56:11 -04:00
committed by GitHub
parent beca886b2a
commit 82c772e79c
+1 -4
View File
@@ -57,11 +57,8 @@ var/global/list/runlevel_flags = list(RUNLEVEL_LOBBY, RUNLEVEL_SETUP, RUNLEVEL_G
#define INIT_ORDER_SKYBOX 30
#define INIT_ORDER_MAPPING 25
#define INIT_ORDER_DECALS 20
<<<<<<< HEAD
#define INIT_ORDER_PLANTS 18 // Must initialize before atoms.
=======
#define INIT_ORDER_PLANTS 19 // Must initialize before atoms.
#define INIT_ORDER_PLANETS 18
>>>>>>> 5195438... Optimizes SSplanets initialization (#8015)
#define INIT_ORDER_JOB 17
#define INIT_ORDER_ALARM 16 // Must initialize before atoms.
#define INIT_ORDER_ATOMS 15