Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xm88 stock 'buff' #6904

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading