From 13aaebcd224815429f0554b129b0868783aa5f19 Mon Sep 17 00:00:00 2001 From: r4d6 <50276533+r4d6@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:48:22 -0500 Subject: [PATCH] Update code/modules/mob/living/carbon/carbon_defense.dm Co-Authored-By: deathride58 --- code/modules/mob/living/carbon/carbon_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 2828dca8a3..3e258e173c 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -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( \ "[H] shakes [target]'s hand.", \ "You shake [target]'s hand.", )