Skip to content

Commit

Permalink
armor re-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWithNoHands committed Jul 2, 2024
1 parent 2c868d8 commit 2cfec82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/gloves/marine_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
icon_state = "caustic_H"
item_state = "caustic_H"
siemens_coefficient = 1
armor_melee = CLOTHING_ARMOR_MEDIUM
armor_bullet = CLOTHING_ARMOR_VERYLOW
armor_melee = CLOTHING_ARMOR_MEDIUMLOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_laser = CLOTHING_ARMOR_LOW
armor_energy = CLOTHING_ARMOR_HIGH
armor_bio = CLOTHING_ARMOR_HIGHPLUS
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(
item_icons = list(
WEAR_HEAD = 'icons/mob/humans/onmob/head_1.dmi'
)
armor_melee = CLOTHING_ARMOR_MEDIUM
armor_bullet = CLOTHING_ARMOR_VERYLOW
armor_melee = CLOTHING_ARMOR_MEDIUMLOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_laser = CLOTHING_ARMOR_LOW
armor_energy = CLOTHING_ARMOR_LOW
armor_bomb = CLOTHING_ARMOR_MEDIUM
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/shoes/marine_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
desc = "A pair of ANCW Boots. Their insides are cushioned with soft gell pads to give you an optimal foot bed. You wish you had a pair like this at home."
icon_state = "caustic_H"
item_state = "caustic_H"
armor_melee = CLOTHING_ARMOR_MEDIUM
armor_bullet = CLOTHING_ARMOR_VERYLOW
armor_melee = CLOTHING_ARMOR_MEDIUMLOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_laser = CLOTHING_ARMOR_LOW
armor_energy = CLOTHING_ARMOR_LOW
armor_bomb = CLOTHING_ARMOR_MEDIUMHIGH
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/suits/marine_armor/_marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@
)
blood_overlay_type = "armor"
flags_atom = parent_type::flags_atom | NO_NAME_OVERRIDE|NO_SNOW_TYPE
armor_melee = CLOTHING_ARMOR_MEDIUM
armor_bullet = CLOTHING_ARMOR_VERYLOW
armor_melee = CLOTHING_ARMOR_MEDIUMLOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_laser = CLOTHING_ARMOR_LOW
armor_energy = CLOTHING_ARMOR_LOW
armor_bomb = CLOTHING_ARMOR_MEDIUMHIGH
Expand Down

0 comments on commit 2cfec82

Please sign in to comment.