Skip to content

Commit

Permalink
fixes the armor change on the wrong armor
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 19, 2023
1 parent 6f98fd9 commit 9a4cc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_preds/yaut_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
desc = "A suit of armor with light padding. It looks old, yet functional."

armor_melee = CLOTHING_ARMOR_MEDIUMLOW
armor_bullet = CLOTHING_ARMOR_HIGH
armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH
armor_laser = CLOTHING_ARMOR_MEDIUMHIGH
armor_energy = CLOTHING_ARMOR_MEDIUMHIGH
armor_bomb = CLOTHING_ARMOR_HIGH
Expand All @@ -118,7 +118,7 @@
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_ARMS|BODY_FLAG_HEAD|BODY_FLAG_LEGS
flags_item = ITEM_PREDATOR
armor_melee = CLOTHING_ARMOR_HIGH
armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH
armor_bullet = CLOTHING_ARMOR_HIGH
armor_laser = CLOTHING_ARMOR_HIGH
armor_energy = CLOTHING_ARMOR_HIGH
armor_bomb = CLOTHING_ARMOR_HIGHPLUS
Expand Down

0 comments on commit 9a4cc49

Please sign in to comment.