[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:
SkyratBot
2022-02-08 02:21:56 +01:00
committed by GitHub
parent 0828007a1d
commit a7fcb65332
8 changed files with 186 additions and 53 deletions

View 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"