Increase clip size of SMG
This commit is contained in:
parent
8c85ca00c5
commit
1b5dbda4cf
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ shooter.register_weapon("shooter_guns:machine_gun", {
|
||||||
inventory_image = "shooter_smgun.png",
|
inventory_image = "shooter_smgun.png",
|
||||||
spec = {
|
spec = {
|
||||||
automatic = true,
|
automatic = true,
|
||||||
rounds = 20,
|
rounds = 32,
|
||||||
range = 160,
|
range = 160,
|
||||||
step = 20,
|
step = 20,
|
||||||
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2}},
|
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2}},
|
||||||
|
|
Loading…
Reference in a new issue