From af5fc7edfbab879d3fc3135e64503cf540d4c4f9 Mon Sep 17 00:00:00 2001 From: coiax Date: Sat, 25 Feb 2017 23:48:25 +0000 Subject: [PATCH] Removes a rogue space from the slap message (#24427) --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 894b075e54e..b711bc0163d 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1006,7 +1006,7 @@ if(aim_for_mouth && ( target_on_help_and_unarmed || target_restrained || target_aiming_for_mouth)) playsound(target.loc, 'sound/weapons/slap.ogg', 50, 1, -1) user.visible_message("[user] slaps [target] in the face!", - " You slap [target] in the face! ",\ + "You slap [target] in the face! ",\ "You hear a slap.") target.endTailWag() return FALSE