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")