diff --git a/code/modules/clothing/rings/rings.dm b/code/modules/clothing/rings/rings.dm index 253bcfdcebe..7b0fb3cd96c 100644 --- a/code/modules/clothing/rings/rings.dm +++ b/code/modules/clothing/rings/rings.dm @@ -38,7 +38,7 @@ /obj/item/clothing/ring/reagent/sleepy name = "silver ring" desc = "A ring made from what appears to be silver." - desc_antag = "This ring has a hidden injector that will activate when worn, injecting a strong sedative. It is safe to hold in your hands." + desc_antag = "This ring has a hidden injector that will activate when worn, administering a strong sedative. It is safe to hold in your hands." icon_state = "material" origin_tech = list(TECH_MATERIAL = 2, TECH_ILLEGAL = 5) reagents_to_add = list(/decl/reagent/polysomnine = 10) diff --git a/html/changelogs/wickedcybs_formatting.yml b/html/changelogs/wickedcybs_formatting.yml new file mode 100644 index 00000000000..adaa4a2f11e --- /dev/null +++ b/html/changelogs/wickedcybs_formatting.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - spellcheck: "Tweaked the antag flavour text on the sleepy ring to improve its readability." \ No newline at end of file