From d36fdff66ad6a1377cb4e89c58355b4d1d50889e Mon Sep 17 00:00:00 2001 From: Lumipharon Date: Thu, 19 Dec 2024 13:07:07 +1300 Subject: [PATCH] Reduce Scout accuracy slightly (#16810) --- code/modules/projectiles/guns/specialist.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/specialist.dm b/code/modules/projectiles/guns/specialist.dm index 651959e0c4bad..4c3b858e20cfe 100644 --- a/code/modules/projectiles/guns/specialist.dm +++ b/code/modules/projectiles/guns/specialist.dm @@ -363,12 +363,12 @@ Note that this means that snipers will have a slowdown of 3, due to the scope fire_delay = 0.4 SECONDS burst_amount = 1 - accuracy_mult = 1.2 + accuracy_mult = 1.1 scatter = -3 /obj/item/weapon/gun/rifle/tx8/scout starting_attachment_types = list( - /obj/item/attachable/reddot, + /obj/item/attachable/magnetic_harness, /obj/item/attachable/extended_barrel, /obj/item/attachable/verticalgrip, )