Well, that works

This commit is contained in:
Putnam
2021-05-21 18:51:13 -07:00
parent a9a12cab54
commit 62279e449e
10 changed files with 48 additions and 8 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ SUBSYSTEM_DEF(callbacks)
wait = 1
priority = FIRE_PRIORITY_CALLBACKS
/proc/process_callbacks()
/proc/process_atmos_callbacks()
SScallbacks.can_fire = 0
SScallbacks.flags |= SS_NO_FIRE
CRASH("Auxtools not found! Callback subsystem shutting itself off.")
/datum/controller/subsystem/callbacks/fire()
if(process_callbacks(null,MC_TICK_REMAINING_MS))
if(process_atmos_callbacks(MC_TICK_REMAINING_MS))
pause()