From 985d13833284c0468503733b33d453ff6010a764 Mon Sep 17 00:00:00 2001 From: vincibrv Date: Fri, 9 Aug 2024 00:28:53 +0200 Subject: [PATCH] Buffs xm88 stock recoil dampening and wield delay --- code/modules/projectiles/gun_attachables.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index e2108364e9ac..e138b638b321 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -1813,13 +1813,13 @@ Defined in conflicts.dm of the #defines folder. name = "\improper XM88 padded stock" desc = "A specially made compound polymer stock reinforced with aluminum rods and thick rubber padding to shield the user from recoil. Fitted specifically for the XM88 Heavy Rifle." icon_state = "boomslang-stock" - wield_delay_mod = WIELD_DELAY_NORMAL + wield_delay_mod = WIELD_DELAY_SLOW hud_offset_mod = 6 /obj/item/attachable/stock/xm88/New() ..() select_gamemode_skin(type) - recoil_mod = -RECOIL_AMOUNT_TIER_5 + recoil_mod = -RECOIL_AMOUNT_TIER_4 scatter_mod = -SCATTER_AMOUNT_TIER_8 recoil_unwielded_mod = RECOIL_AMOUNT_TIER_5 scatter_unwielded_mod = SCATTER_AMOUNT_TIER_4