diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index a25dfc7d884..64dbb3d6fb8 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -224,6 +224,7 @@ #define FIRE_PRIORITY_MOBS 100 #define FIRE_PRIORITY_TGUI 110 #define FIRE_PRIORITY_TICKER 200 +#define FIRE_PRIORITY_SINGULO 350 #define FIRE_PRIORITY_STATPANEL 390 #define FIRE_PRIORITY_CHAT 400 #define FIRE_PRIORITY_RUNECHAT 410 diff --git a/code/controllers/subsystem/processing/singulo.dm b/code/controllers/subsystem/processing/singulo.dm index 882d8e70f1a..8d4ddf3418b 100644 --- a/code/controllers/subsystem/processing/singulo.dm +++ b/code/controllers/subsystem/processing/singulo.dm @@ -2,5 +2,5 @@ PROCESSING_SUBSYSTEM_DEF(singuloprocess) name = "Singularity" wait = 0.5 - priority = FIRE_PRIORITY_DEFAULT + priority = FIRE_PRIORITY_SINGULO stat_tag = "SIN"