From 14063648893f3e26e64444bca3b95d014cd61afd Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 4 Jun 2020 15:25:56 +0100 Subject: [PATCH] fix emps --- code/modules/mob/living/carbon/human/human_defense.dm | 1 - 1 file changed, 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 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)