Skip to content

Commit

Permalink
actually makes it 4 instead of 7
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Jan 1, 2024
1 parent f8835b4 commit 74a1f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/smgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
accuracy_mult = BASE_ACCURACY_MULT
accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_5
scatter = SCATTER_AMOUNT_TIER_4
burst_scatter_mult = SCATTER_AMOUNT_TIER_6
burst_scatter_mult = SCATTER_AMOUNT_TIER_7
scatter_unwielded = SCATTER_AMOUNT_TIER_4
damage_mult = BASE_BULLET_DAMAGE_MULT
recoil_unwielded = RECOIL_AMOUNT_TIER_5
Expand Down

0 comments on commit 74a1f99

Please sign in to comment.