diff --git a/code/controllers/subsystem/overlays.dm b/code/controllers/subsystem/overlays.dm index e99fe9e912b..f7b1be0fcf6 100644 --- a/code/controllers/subsystem/overlays.dm +++ b/code/controllers/subsystem/overlays.dm @@ -54,6 +54,11 @@ SUBSYSTEM_DEF(overlays) UNSETEMPTY(A.remove_overlays) STAT_STOP_STOPWATCH STAT_LOG_ENTRY(stats, A.type) + if(mc_check) + if(MC_TICK_CHECK) + break + else + CHECK_TICK if (count) queue.Cut(1,count+1) count = 0