From 06c4eea500c791c3888b2a262cc95612ac28d96a Mon Sep 17 00:00:00 2001 From: stalkerino <66872447+irakligabunia@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:47:58 +0400 Subject: [PATCH] predator buffs --- code/modules/cm_preds/yaut_items.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/cm_preds/yaut_items.dm b/code/modules/cm_preds/yaut_items.dm index 97b0f14f5b9b..b9148701e132 100644 --- a/code/modules/cm_preds/yaut_items.dm +++ b/code/modules/cm_preds/yaut_items.dm @@ -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( @@ -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 @@ -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