diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm
index 1ea23ebf53a..a5dc8f87f3b 100644
--- a/code/modules/mob/living/carbon/human/human_defense.dm
+++ b/code/modules/mob/living/carbon/human/human_defense.dm
@@ -281,7 +281,7 @@ emp_act
glasses.add_blood(src)
update_inv_glasses(0)
- if("chest")//Easier to score a stun but lasts less time
+ if("upper body")//Easier to score a stun but lasts less time
if(stat == CONSCIOUS && I.force && prob(I.force + 10))
visible_message("[src] has been knocked down!", \
"[src] has been knocked down!")