Skip to content

Commit

Permalink
predator buffs
Browse files Browse the repository at this point in the history
  • Loading branch information
irakligabunia authored Sep 22, 2024
1 parent b5c59f0 commit 06c4eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cm_preds/yaut_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
armor_bio = CLOTHING_ARMOR_HIGH
armor_rad = CLOTHING_ARMOR_HIGH
armor_internaldamage = CLOTHING_ARMOR_HIGH
slowdown = 1
slowdown = 0.75
var/speed_timer = 0
item_state_slots = list(WEAR_JACKET = "fullarmor")
allowed = list(
Expand Down Expand Up @@ -282,7 +282,7 @@
min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT

armor_melee = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
armor_laser = CLOTHING_ARMOR_MEDIUM
armor_energy = CLOTHING_ARMOR_MEDIUM
armor_bomb = CLOTHING_ARMOR_MEDIUMHIGH
Expand All @@ -295,7 +295,7 @@
desc = "A set of very fine chainlink in a meshwork for comfort and utility."

armor_melee = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_LOW
armor_bullet = CLOTHING_ARMOR_MEDIUM
armor_laser = CLOTHING_ARMOR_MEDIUMHIGH
armor_energy = CLOTHING_ARMOR_MEDIUMHIGH
armor_bomb = CLOTHING_ARMOR_HIGH
Expand Down

0 comments on commit 06c4eea

Please sign in to comment.