Update subsystems.dm

This commit is contained in:
C.L
2022-10-08 19:03:21 -04:00
committed by GitHub
parent 57887853a6
commit cb6cbc9ff7
-3
View File
@@ -54,11 +54,8 @@ var/global/list/runlevel_flags = list(RUNLEVEL_LOBBY, RUNLEVEL_SETUP, RUNLEVEL_G
// The numbers just define the ordering, they are meaningless otherwise.
#define INIT_ORDER_WEBHOOKS 50
#define INIT_ORDER_SQLITE 40
<<<<<<< HEAD
#define INIT_ORDER_GARBAGE 39
#define INIT_ORDER_MEDIA_TRACKS 38 // Gotta get that lobby music up, yo
=======
>>>>>>> c463104999a... Ports Diagonal Movement (#8199)
#define INIT_ORDER_INPUT 37
#define INIT_ORDER_CHEMISTRY 35
#define INIT_ORDER_VIS 32