Update code/modules/mob/living/carbon/carbon_defense.dm

Co-Authored-By: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
r4d6
2019-12-16 07:48:22 -05:00
committed by GitHub
parent e8d43dac87
commit 13aaebcd22
@@ -317,7 +317,7 @@
else
return
else if(H.zone_sel.selecting == "r_hand" || H.zone_sel.selecting == "l_hand")
else if(check_zone(M.zone_selected) == "r_arm" || check_zone(M.zone_selected) == "l_arm")
H.visible_message( \
"<span class='notice'>[H] shakes [target]'s hand.</span>", \
"<span class='notice'>You shake [target]'s hand.</span>", )