mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[MIRROR] Adds moveloop bucketing, uses queues for the singulo rather then sleeps [MDB IGNORE] (#11257)
* 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>
This commit is contained in:
6
code/controllers/subsystem/processing/singulo.dm
Normal file
6
code/controllers/subsystem/processing/singulo.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/// 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"
|
||||
Reference in New Issue
Block a user