Skip to content

Commit

Permalink
Fix m2c accuracy to 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
TeDGamer committed Sep 8, 2023
1 parent 70da7e2 commit dede6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@
accurate_range = 10
damage = 50
penetration = ARMOR_PENETRATION_TIER_6
accuracy = HIT_ACCURACY_TIER_9 + HIT_ACCURACY_TIER_5 // 75 accuracy
accuracy = -HIT_ACCURACY_TIER_2 // 75 accuracy
shell_speed = AMMO_SPEED_TIER_2
max_range = 15
effective_range_max = 7
Expand Down

0 comments on commit dede6b8

Please sign in to comment.