Fixes subsystem issues and other timer bugfixes (#13061)

* Debug code to figure out why timer fire isn't yielding

* please man

* thing 2

* BALLS

* BALLS 2

* correction

* remove debug shitcode

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2022-02-05 02:07:06 -03:00
committed by GitHub
co-authored by Matt Atlas
parent e314a6ec9b
commit d596fd831e
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ var/datum/controller/subsystem/evac/SSevac
name = "Evacuation"
priority = SS_PRIORITY_EVAC
//Initializes at default time
flags = SS_NO_TICK_CHECK|SS_BACKGROUND
flags = SS_BACKGROUND
wait = 2 SECONDS
/datum/controller/subsystem/evac/Initialize()