Small Tweak to the Sleepy Ring's Antag Flavour Text (#12130)

This commit is contained in:
WickedCybs
2021-07-05 00:26:32 -03:00
committed by GitHub
parent 201464d8ed
commit 854792ca8a
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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)
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- spellcheck: "Tweaked the antag flavour text on the sleepy ring to improve its readability."