Skip to content

Commit

Permalink
Reduce SMG spread from 2 to 1.5 (#1356)
Browse files Browse the repository at this point in the history
* Update init.lua

reduce spread 2 --> 1.3

* Update init.lua

---------

Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
Themostrandom and LoneWolfHT authored Dec 2, 2024
1 parent 052be16 commit 857e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_combat/ctf_ranged/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ ctf_ranged.simple_register_gun("ctf_ranged:smg", {
texture = "ctf_ranged_smgun.png",
fire_sound = "ctf_ranged_pistol",
bullet = {
spread = 2,
spread = 1.5,
},
automatic = true,
rounds = 36,
Expand Down

0 comments on commit 857e273

Please sign in to comment.