From 2d488bee52278675db15310041d691cdaf89eb81 Mon Sep 17 00:00:00 2001 From: r4d6 <50276533+r4d6@users.noreply.github.com> Date: Mon, 16 Dec 2019 09:23:21 -0500 Subject: [PATCH] Commit suggestions 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 662f9b5909..b89483886c 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -318,7 +318,7 @@ return else if(check_zone(M.zone_selected) == "r_arm" || check_zone(M.zone_selected) == "l_arm") - H.visible_message( \ + M.visible_message( \ "[H] shakes [target]'s hand.", \ "You shake [src]'s hand.", )