From e246391fff17c9304e6484bc952d07b5a5a86a2f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:27:58 +0200 Subject: [PATCH] [MIRROR] Corrects names of Plate Boots and Plate Gauntlets a little bit. [MDB IGNORE] (#21554) * Corrects names of Plate Boots and Plate Gauntlets a little bit. (#75752) ## About The Pull Request ![image](https://github.com/tgstation/tgstation/assets/93882977/5ea5f6d8-e6f3-4078-a2d9-39862e9678a4) Changed capital letters so it doesn't look out of place. ![image](https://github.com/tgstation/tgstation/assets/93882977/09ca8239-c1a6-4a0c-a4c6-8433eda7db95) ## Why It's Good For The Game ## Changelog :cl: spellcheck: Plate Gauntlets and Plate Boots now have proper looking names. /:cl: * Corrects names of Plate Boots and Plate Gauntlets a little bit. --------- Co-authored-by: Helg2 <93882977+Helg2@users.noreply.github.com> --- code/game/objects/items/religion.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/religion.dm b/code/game/objects/items/religion.dm index 21431304b97..48d009b01e7 100644 --- a/code/game/objects/items/religion.dm +++ b/code/game/objects/items/religion.dm @@ -356,7 +356,7 @@ conversion_color = "#0000ff" /obj/item/clothing/gloves/plate - name = "Plate Gauntlets" + name = "plate gauntlets" icon_state = "crusader" desc = "They're like gloves, but made of metal." siemens_coefficient = 0 @@ -372,7 +372,7 @@ icon_state = "crusader-blue" /obj/item/clothing/shoes/plate - name = "Plate Boots" + name = "plate boots" desc = "Metal boots, they look heavy." icon_state = "crusader" w_class = WEIGHT_CLASS_NORMAL