Files
Bubberstation/code/controllers/subsystem/processing/singulo.dm
SkyratBot f82a437b18 [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
🆑
code: The singularity processing is a bit more important than the other
subsystems.
/🆑

* [NO GBP]Gives the singularity more processing time

---------

Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
2023-12-01 17:07:54 -05:00

7 lines
238 B
Plaintext

/// Very rare subsystem, provides any active singularities with the timings and seclusion they need to succeed
PROCESSING_SUBSYSTEM_DEF(singuloprocess)
name = "Singularity"
wait = 0.5
priority = FIRE_PRIORITY_SINGULO
stat_tag = "SIN"