diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index 9a9197dcfee..112de195a4a 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -179,6 +179,7 @@ priority_announce("Hostile enviroment resolved. You have 3 minutes to board the Emergency Shuttle.", null, 'sound/AI/shuttledock.ogg', "Priority") SSshuttle.emergencyNoEscape = 0 malf_mode_declared = 0 + continuous_sanity_checked = 1 if(get_security_level() == "delta") set_security_level("red") return ..() diff --git a/code/game/gamemodes/monkey/monkey.dm b/code/game/gamemodes/monkey/monkey.dm index a8791d20d77..dfdc1f1f139 100644 --- a/code/game/gamemodes/monkey/monkey.dm +++ b/code/game/gamemodes/monkey/monkey.dm @@ -71,6 +71,7 @@ if(!round_converted) for(var/datum/mind/monkey_mind in ape_infectees) + continuous_sanity_checked = 1 if(monkey_mind.current && monkey_mind.current.stat != DEAD) return 0