Skip to content

Commit

Permalink
Reduce Scout accuracy slightly (#16810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Dec 19, 2024
1 parent e5a44d3 commit d36fdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/specialist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit d36fdff

Please sign in to comment.