From 6b6975acb448156e367cf8eaed6e50173ef095b0 Mon Sep 17 00:00:00 2001 From: R3dtail <45108567+R3dtail@users.noreply.github.com> Date: Thu, 2 Sep 2021 15:39:29 -0500 Subject: [PATCH] clarified combat gloves description Clarified the description of the combat gloves item to differentiate it from SWAT gloves --- code/modules/clothing/gloves/miscellaneous.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 3abb4c223fa..1d7bcee6b25 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -36,8 +36,8 @@ max_heat_protection_temperature = GLOVES_MAX_HEAT_PROTECTION_TEMPERATURE /obj/item/clothing/gloves/combat //Combined effect of SWAT gloves and insulated gloves - desc = "These tactical gloves are somewhat fire and impact resistant." - name = "combat gloves" + desc = "These tactical gloves are somewhat fire and impact resistant in addition to being shock absorbant." //Clarified its description compared to swat gloves + name = "Combat gloves" icon_state = "swat" item_state = "swat" siemens_coefficient = 0 @@ -166,4 +166,4 @@ glovecolor = "orange" /obj/item/clothing/gloves/ranger/yellow - glovecolor = "yellow" \ No newline at end of file + glovecolor = "yellow"