From f82a437b18008e654a9dfb68f2ee82ddafc764e7 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:07:54 +0100 Subject: [PATCH] [MIRROR] [NO GBP]Gives the singularity more processing time [MDB IGNORE] (#25351) * [NO GBP]Gives the singularity more processing time (#80004) ## About The Pull Request Sets rhe singulo SS processing weight to 350, from 50. ## Why It's Good For The Game The round is going to end, and the singularity is the center of attention. No one cares about the simplemobs in lavaland or whatever. Lets the singularity have more opportunity to say fuck. ## Changelog :cl: code: The singularity processing is a bit more important than the other subsystems. /:cl: * [NO GBP]Gives the singularity more processing time --------- Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com> --- code/__DEFINES/subsystems.dm | 1 + code/controllers/subsystem/processing/singulo.dm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 52890a428e6..d42d990c035 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -229,6 +229,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"