Skip to content

Commit

Permalink
Buffs xm88 stock recoil dampening and wield delay
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Aug 8, 2024
1 parent b412fdb commit 985d138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 985d138

Please sign in to comment.