From 64beb81db196fc68554db70592b388a701175cf2 Mon Sep 17 00:00:00 2001 From: Cocacolagua Date: Wed, 16 Sep 2020 12:18:06 -0300 Subject: [PATCH] emotes to standard --- code/modules/mob/living/carbon/human/emote.dm | 4 ++-- code/modules/mob/living/simple_animal/friendly/dog.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index b69c13987b9..2fefc6b7c74 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -592,7 +592,7 @@ message = "[src] sighs[M ? " at [M]" : ""]." m_type = 2 else - message = "[src] makes a weak noise" + message = "[src] makes a weak noise." m_type = 2 if("hsigh", "hsighs") @@ -600,7 +600,7 @@ message = "[src] sighs contentedly." m_type = 2 else - message = "[src] makes a [pick("chill", "relaxed")] noise" + message = "[src] makes a [pick("chill", "relaxed")] noise." m_type = 2 if("laugh", "laughs") diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index 07a21af8a0b..915bf9ae2aa 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -9,7 +9,7 @@ response_disarm = "bops" response_harm = "kicks" speak = list("YAP", "Woof!", "Bark!", "AUUUUUU") - speak_emote = list("barks", "woofs") + speak_emote = list("barks.", "woofs.") emote_hear = list("barks!", "woofs!", "yaps.","pants.") emote_see = list("shakes its head.", "chases its tail.","shivers.") faction = list("neutral")