From 570b0d93e6ea76add6c8cfe6bf60a343119eea33 Mon Sep 17 00:00:00 2001 From: EgorDinamit Date: Mon, 12 Feb 2024 22:59:19 +0300 Subject: [PATCH] fix --- code/modules/projectiles/gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index b54bdf2af3..4f04dfa3f3 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -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