diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 5522563f1cd..fc4afd3b1b4 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -455,7 +455,7 @@ emp_act ..() /mob/living/carbon/human/hitby(atom/movable/AM) - if(throw_speed >= EMBED_THROWSPEED_THRESHOLD) + if(AM.throw_speed >= EMBED_THROWSPEED_THRESHOLD) if(istype(AM, /obj/item)) var/obj/item/I = AM if(can_embed(I))