Skip to content

Commit

Permalink
corrects damage for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Aug 27, 2023
1 parent fd8c9ad commit 213dc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/boltaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
scatter = SCATTER_AMOUNT_TIER_10
burst_scatter_mult = SCATTER_AMOUNT_TIER_6
scatter_unwielded = SCATTER_AMOUNT_TIER_2
//damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_8
damage_mult = BASE_BULLET_DAMAGE_MULT
recoil = RECOIL_AMOUNT_TIER_4
recoil_unwielded = RECOIL_AMOUNT_TIER_2
damage_falloff_mult = 0
Expand Down

0 comments on commit 213dc40

Please sign in to comment.