From 0ad7b779446dbedd0b70ad03afa1bfab80c333cb Mon Sep 17 00:00:00 2001 From: Couls Date: Thu, 11 Jul 2019 19:27:45 -0400 Subject: [PATCH] Update code/modules/mob/living/carbon/human/human_defense.dm Co-Authored-By: Tayyyyyyy --- code/modules/mob/living/carbon/human/human_defense.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 5dc3710f3b5..b26429a92a6 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -319,7 +319,7 @@ emp_act B = r_hand if(B && B.deflectmode) if(prob(10)) - visible_message("[src] Deflects the [I] directly back at the thrower! It's a home run!", "You deflects the [I] directly back at the thrower!, It's a home run!") + visible_message("[src] Deflects the [I] directly back at the thrower! It's a home run!", "You deflect the [I] directly back at the thrower! It's a home run!") playsound(get_turf(src), 'sound/weapons/homerun.ogg', 100, 1) do_attack_animation(I, ATTACK_EFFECT_DISARM) I.throw_at(I.thrownby, 20, 20, src) @@ -558,4 +558,4 @@ emp_act if(head) to_chat(src, "Your [head.name] protects you from the [hot ? "hot" : "cold"] liquid!") return FALSE - return TRUE \ No newline at end of file + return TRUE