Skip to content

Commit

Permalink
[MIRROR] Fixes grammar in cat_house.dm (#2824) (#3628)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: vendingmachine24 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored Jun 5, 2024
1 parent a2514bc commit 36a8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/cat_house.dm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36a8448

Please sign in to comment.