Increase machine gun capacity
This commit is contained in:
parent
6fd876d87c
commit
f7455880b6
1 changed files with 3 additions and 3 deletions
|
@ -86,12 +86,12 @@ shooter.register_weapon("shooter_guns:shotgun", {
|
||||||
})
|
})
|
||||||
|
|
||||||
shooter.register_weapon("shooter_guns:machine_gun", {
|
shooter.register_weapon("shooter_guns:machine_gun", {
|
||||||
description = "Sub Machine Gun",
|
description = "Machine Gun",
|
||||||
inventory_image = "shooter_smgun.png",
|
inventory_image = "shooter_smgun.png",
|
||||||
spec = {
|
spec = {
|
||||||
automatic = true,
|
automatic = true,
|
||||||
user_knockback = 2,
|
user_knockback = 1,
|
||||||
rounds = 42,
|
rounds = 100,
|
||||||
range = 160,
|
range = 160,
|
||||||
step = 20,
|
step = 20,
|
||||||
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2, ranged=1}},
|
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2, ranged=1}},
|
||||||
|
|
Loading…
Reference in a new issue