diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 1d7bcee6b25..8d7ec44f549 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 in addition to being shock absorbant." //Clarified its description compared to swat gloves - name = "Combat gloves" + desc = "These tactical gloves are somewhat fire and impact resistant." + name = "combat gloves" icon_state = "swat" item_state = "swat" siemens_coefficient = 0 @@ -167,3 +167,10 @@ /obj/item/clothing/gloves/ranger/yellow glovecolor = "yellow" + +/obj/item/clothing/gloves/waterwings + name = "water wings" + desc = "Swim aids designed to help a wearer float in water and learn to swim." + icon_state = "waterwings" + + diff --git a/icons/inventory/belt/item.dmi b/icons/inventory/belt/item.dmi index b4bc29446f6..a58937efa8c 100644 Binary files a/icons/inventory/belt/item.dmi and b/icons/inventory/belt/item.dmi differ diff --git a/icons/obj/items.dmi b/icons/obj/items.dmi index 06be929179f..5b4f1d06ce0 100644 Binary files a/icons/obj/items.dmi and b/icons/obj/items.dmi differ