mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Increase sniper range to 2000 (#10)
This commit is contained in:
parent
4a86db8565
commit
fb0a140208
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ ctf_ranged.simple_register_gun("ctf_ranged:m200", {
|
|||
fire_sound = "ctf_ranged_m16fire",
|
||||
rounds = 5,
|
||||
scope_zoom=10,
|
||||
range = 200,
|
||||
range = 2000,
|
||||
damage = 15,
|
||||
fire_interval = 2.0,
|
||||
liquid_travel_dist = 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue