From b9bd58de883fbec6183400818064df82bbb3094e Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Mon, 25 Apr 2016 16:28:16 +0100 Subject: [PATCH] Grammar fixes --- code/__DEFINES/clothing.dm | 1 - code/datums/dog_fashion.dm | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/clothing.dm b/code/__DEFINES/clothing.dm index 29e35489555..fabe22f95c4 100644 --- a/code/__DEFINES/clothing.dm +++ b/code/__DEFINES/clothing.dm @@ -101,4 +101,3 @@ #define TINT_DARKENED 2 //Threshold of tint level to apply weld mask overlay #define TINT_BLIND 3 //Threshold of tint level to obscure vision fully - diff --git a/code/datums/dog_fashion.dm b/code/datums/dog_fashion.dm index 337501d094d..9446d31dc52 100644 --- a/code/datums/dog_fashion.dm +++ b/code/datums/dog_fashion.dm @@ -65,7 +65,7 @@ /datum/dog_fashion/head/rabbit name = "Hoppy" emote_see = list("twitches its nose", "hops around a bit") - desc = "This is Hoppy. It's a corgi-...urmm... bunny rabbit" + desc = "This is Hoppy. It's a corgi-...urmm... bunny rabbit." /datum/dog_fashion/head/beret name = "Yann" @@ -152,7 +152,7 @@ /datum/dog_fashion/head/sombrero/New(mob/M) ..() - desc = "You must respect Elder [M.real_name]" + desc = "You must respect Elder [M.real_name]." /datum/dog_fashion/head/hop name = "Lieutenant REAL_NAME"