mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* Adds moveloop bucketing, uses queues for the singulo rather then sleeps * Update singularity.dm Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
7 lines
238 B
Plaintext
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_DEFAULT
|
|
stat_tag = "SIN"
|