mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user