From 03410c952f831e0d0ec01d0bb11a818007144ee1 Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Wed, 21 Aug 2024 12:56:24 -0400 Subject: [PATCH] Internal damage buff test --- code/modules/clothing/gloves/marine_gloves.dm | 2 +- code/modules/clothing/under/marine_uniform.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/marine_gloves.dm b/code/modules/clothing/gloves/marine_gloves.dm index 019a889b5e..f43e91275e 100644 --- a/code/modules/clothing/gloves/marine_gloves.dm +++ b/code/modules/clothing/gloves/marine_gloves.dm @@ -18,7 +18,7 @@ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW armor_bio = CLOTHING_ARMOR_MEDIUM armor_rad = CLOTHING_ARMOR_NONE - armor_internaldamage = CLOTHING_ARMOR_LOW + armor_internaldamage = CLOTHING_ARMOR_MEDIUM /obj/item/clothing/gloves/marine/brown name = "combat gloves" diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 0e7a9e8f7d..1070ed3dc0 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -513,6 +513,7 @@ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT has_sensor = UNIFORM_HAS_SENSORS sensor_faction = FACTION_UPP + armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE /obj/item/clothing/under/marine/veteran/UPP/boiler