From 56723154716fa2d12ea6bb6d06be17f49036d5fd Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:35:25 +0200 Subject: [PATCH] [MIRROR] Fixes carrot sword description (#28892) * Fixes carrot sword description (#84989) ## About The Pull Request closes https://github.com/tgstation/tgstation/issues/84988 ## Changelog :cl: grungususs spellcheck: fixed a typo for carrot sword description /:cl: * Fixes carrot sword description --------- Co-authored-by: grungussuss <96586172+Sadboysuss@users.noreply.github.com> --- code/game/objects/items/weaponry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 5384a11cf3b..fbe11fe933d 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -162,7 +162,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/claymore/carrot name = "carrot sword" - desc = "A full-sized carrot sword. Definitely \not\ good for the eyes, not anymore." + desc = "A full-sized carrot sword. Definitely not good for the eyes, not anymore." icon_state = "carrot_sword" inhand_icon_state = "carrot_sword" worn_icon_state = "carrot_sword"