From cf51fa7694df3003dc6d1205fbf27c5a0004bbd6 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:41:02 +0200 Subject: [PATCH] [MIRROR] Fixes grammar in cat_house.dm (#27986) * Fixes grammar in cat_house.dm (#83651) ## About The Pull Request Capitalizes and adds a period to the inspection text of the cat house. ## Why It's Good For The Game Grammar is good. I like grammar. ## Changelog :cl: spellcheck: Changed grammar in cat_house.dm /:cl: * Fixes grammar in cat_house.dm --------- Co-authored-by: vendingmachine24 <109557428+vendingmachine24@users.noreply.github.com> --- code/game/objects/structures/cat_house.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/cat_house.dm b/code/game/objects/structures/cat_house.dm index 8baa9ce2416..bfaa464ff6d 100644 --- a/code/game/objects/structures/cat_house.dm +++ b/code/game/objects/structures/cat_house.dm @@ -1,6 +1,6 @@ /obj/structure/cat_house name = "cat house" - desc = "cozy home for cats" + desc = "Cozy home for cats." icon = 'icons/mob/simple/pets.dmi' icon_state = "cat_house" density = TRUE