From b737a77040fd3ac7dede07eaa4fb8de060fbebec Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:47:28 -0700 Subject: [PATCH] Undoes "Removes CHECK_TICK from overlays, following the same theory as instant explosions" (#58382) (#61919) --- code/controllers/subsystem/overlays.dm | 5 +++++ 1 file changed, 5 insertions(+) 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