From 82aed17b5cc273d4e47130af22c1c9897dd36748 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:55:07 -0400 Subject: [PATCH] Fixes a runtime with mindless revolutionaries (#20565) * no more monkey runtimes * grammar review --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index f431f5f4525..4ec0b242f0d 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -510,7 +510,7 @@ emp_act "[src] has been knocked down!") KnockDown(10 SECONDS) AdjustConfused(30 SECONDS) - if(prob(I.force + ((100 - health)/2)) && src != user && I.damtype == BRUTE) + if(mind && prob(I.force + ((100 - health) / 2)) && src != user && I.damtype == BRUTE) SSticker.mode.remove_revolutionary(mind) if(bloody)//Apply blood