mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[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 🆑 spellcheck: Changed grammar in cat_house.dm /🆑 * Fixes grammar in cat_house.dm --------- Co-authored-by: vendingmachine24 <109557428+vendingmachine24@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user