From 36a844882eb1c2b5db519a4a325b92547236c1bb Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:23:26 +0300 Subject: [PATCH] [MIRROR] Fixes grammar in cat_house.dm (#2824) (#3628) * 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: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: vendingmachine24 <109557428+vendingmachine24@users.noreply.github.com> Co-authored-by: NovaBot13 --- 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