diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 7417496a13..f47b3a93bd 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -400,7 +400,6 @@ informed = TRUE switch(severity) if(1) - L.receive_damage(0,10) Stun(200) if(!isrobotic(src)) L.receive_damage(0,10)