From f352cf2ccc1b8f3c70793b63f0a983672d581db4 Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Mon, 5 Feb 2018 22:42:11 -0800 Subject: [PATCH] very small grammar fix it's -> it is, it has its -> belonging to it, of it --- code/modules/mob/living/simple_animal/aliens/alien.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/aliens/alien.dm b/code/modules/mob/living/simple_animal/aliens/alien.dm index a468a7c8cd4..3836a6abd29 100644 --- a/code/modules/mob/living/simple_animal/aliens/alien.dm +++ b/code/modules/mob/living/simple_animal/aliens/alien.dm @@ -219,7 +219,7 @@ speak_chance = 5 speak = list("Shuhn","Shrunnph?","Shunpf") - emote_see = list("scratches the ground","shakes out it's mane","clinks gently as it moves") + emote_see = list("scratches the ground","shakes out its mane","clinks gently as it moves") /mob/living/simple_animal/yithian name = "yithian"