Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 12, 2024
1 parent 5177a88 commit 570b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@

acc_mod += user.ranged_accuracy_mods()
if(zoom)
acc_mod += scope_accuracy
acc_mod += scoped_accuracy
else
acc_mod += accuracy
P.hitchance_mod = accuracy_power*acc_mod
Expand Down

0 comments on commit 570b0d9

Please sign in to comment.