diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index b26429a92a6..9bfdae11ee1 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -328,7 +328,7 @@ emp_act B.lastdeflect = world.time + 3000 return TRUE else if(prob(30)) - visible_message("[src] swings! And he misses! How embarassing.", "You swing! You miss! Oh no!") + visible_message("[src] swings! And [p_they()] miss[p_es()]! How embarassing.", "You swing! You miss! Oh no!") playsound(get_turf(src), 'sound/weapons/thudswoosh.ogg', 50, 1, -1) do_attack_animation(get_step(src,pick(alldirs)), ATTACK_EFFECT_DISARM) B.deflectmode = FALSE