From 9da50ddbe9780cc36e7984ee8b18f58d0176629e Mon Sep 17 00:00:00 2001 From: Sniblet <36427443+Sniblet@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:32:05 -0500 Subject: [PATCH] the pr --- code/modules/detectivework/tools/rag.dm | 2 +- html/changelogs/sniblet-its-rag.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/sniblet-its-rag.yml diff --git a/code/modules/detectivework/tools/rag.dm b/code/modules/detectivework/tools/rag.dm index fed1dbb44e0..6b5f8e7c07f 100644 --- a/code/modules/detectivework/tools/rag.dm +++ b/code/modules/detectivework/tools/rag.dm @@ -306,7 +306,7 @@ /obj/item/reagent_containers/glass/rag/advanced/idris name = "Idris advanced service cloth" - desc = "An advanced rag developed and sold by Idris Incorporated at a steep price. It's dry-clean design and advanced insulating synthetic weave make this the pinnacle of service cloths for any self respecting chef or bartender!" + desc = "An advanced rag developed and sold by Idris Incorporated at a steep price. Its dry-clean design and advanced insulating synthetic weave make this the pinnacle of service cloths for any self-respecting chef or bartender!" icon_state = "idrisrag" volume = 15 diff --git a/html/changelogs/sniblet-its-rag.yml b/html/changelogs/sniblet-its-rag.yml new file mode 100644 index 00000000000..bdd310e6962 --- /dev/null +++ b/html/changelogs/sniblet-its-rag.yml @@ -0,0 +1,6 @@ +author: Sniblet + +delete-after: True + +changes: + - spellcheck: "Grammar/usage fix in the description of the idris advanced service cloth."