Skip to content

Commit

Permalink
[MIRROR] [NO GBP]Gives the singularity more processing time [MDB IGNO…
Browse files Browse the repository at this point in the history
…RE] (#25351) (#906)

* [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: SkyratBot <[email protected]>
Co-authored-by: Pickle-Coding <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2023
1 parent ef2a514 commit b100ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/__DEFINES/subsystems.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/processing/singulo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
PROCESSING_SUBSYSTEM_DEF(singuloprocess)
name = "Singularity"
wait = 0.5
priority = FIRE_PRIORITY_DEFAULT
priority = FIRE_PRIORITY_SINGULO
stat_tag = "SIN"

0 comments on commit b100ea9

Please sign in to comment.