Skip to content

Commit

Permalink
M4RA damage buff (#4233)
Browse files Browse the repository at this point in the history
# About the pull request

Yup. It's a damage buff. Damage multiplier up 10%

# Explain why it's good for the game

The firerate slowdown has hit the M4RA particularly hard.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
balance: M4RA damage buffed by 10%
/:cl:
  • Loading branch information
morrowwolf authored Aug 23, 2023
1 parent 54e37b4 commit 2b6f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@
set_burst_amount(0)
accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_5
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_4
damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_6
damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_8
recoil_unwielded = RECOIL_AMOUNT_TIER_4
damage_falloff_mult = 0
scatter = SCATTER_AMOUNT_TIER_8
Expand Down

0 comments on commit 2b6f5fe

Please sign in to comment.