From 21b7fb0759437da139594232f3b305bac5da2102 Mon Sep 17 00:00:00 2001 From: r4d6 <50276533+r4d6@users.noreply.github.com> Date: Mon, 16 Dec 2019 09:22:58 -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 8723f3379f..8a748228ad 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -325,7 +325,7 @@ else if(check_zone(M.zone_selected) == "mouth") // I ADDED BOOP-EH-DEH-NOSEH - Jon H.visible_message( \ "[H] boops [target]'s nose.", \ - "You boop [target] on the nose.", ) + "You boop [src] on the nose.", ) playsound(src, 'sound/items/Nose_boop.ogg', 50, 0) else