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