Conflict Fixes

This commit is contained in:
klaasjared
2021-09-24 14:42:56 -04:00
parent b18507e403
commit 1af644bdca
3 changed files with 9 additions and 2 deletions
@@ -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"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 69 KiB