This commit is contained in:
Katherine Kiefer
2023-02-15 09:23:51 +11:00
parent 1d1630cdca
commit c97a39d5cd
3 changed files with 8 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -145,6 +145,13 @@ SUBSYSTEM_DEF(air)
if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_EXCITEDGROUPS
if(currentpart == SSAIR_EXCITEDGROUPS)
process_excited_groups(resumed)
if(state != SS_RUNNING)
return
resumed = 0
currentpart = SSAIR_EQUALIZE
if(currentpart == SSAIR_EQUALIZE)
@@ -383,7 +390,7 @@ SUBSYSTEM_DEF(air)
*/
/datum/controller/subsystem/air/proc/process_excited_groups(resumed = 0)
if(process_excited_groups_auxtools(resumed,MC_TICK_REMAINING_MS))
if(process_excited_groups_auxtools(MC_TICK_REMAINING_MS))
pause()
/datum/controller/subsystem/air/proc/finish_turf_processing(resumed = 0)