Skip to content

Commit

Permalink
Internal damage buff test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 21, 2024
1 parent 663d4f2 commit 03410c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/gloves/marine_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/under/marine_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03410c9

Please sign in to comment.