[MIRROR] [GBP: NO UPDATE] Reduces the sniper scope range to something that allows smoother aiming [MDB IGNORE] (#22561)

* [GBP: NO UPDATE] Reduces the sniper scope range to something that allows smoother aiming (#76882)

## About The Pull Request

Tragically this distance causes massive mouse move latency. The new
value is still decently long and smoother to aim.

## Why It's Good For The Game

I think it would be nice if people told me that shit is unusable from
time to time.

## Changelog
🆑
fix: Sniper rifles have a range that allows them to aim more smoothly
(and still decently long ranged)
/🆑

* [GBP: NO UPDATE] Reduces the sniper scope range to something that allows smoother aiming

---------

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-18 16:56:33 -04:00
committed by GitHub
co-authored by necromanceranne Bloop
parent b262fa48ce
commit 2c997dd1c2
@@ -276,7 +276,7 @@
/obj/item/gun/ballistic/rifle/sniper_rifle/Initialize(mapload)
. = ..()
AddComponent(/datum/component/scope, range_modifier = 7) //enough range to at least make extremely good use of the penetrator rounds
AddComponent(/datum/component/scope, range_modifier = 4) //enough range to at least make extremely good use of the penetrator rounds
/obj/item/gun/ballistic/rifle/sniper_rifle/reset_semicd()
. = ..()