Change SMG to burst fire

This commit is contained in:
LoneWolfHT 2021-02-11 13:40:35 -08:00 committed by GitHub
parent e856150c13
commit 394d9154d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,6 @@ shooter.register_weapon("shooter_guns:rifle", {
rounds = 100,
range = 240,
step = 30,
automatic = true,
tool_caps = {full_punch_interval=1.0, damage_groups={fleshy=7, ranged=1}},
groups = {snappy=3, crumbly=3, choppy=3, fleshy=2, oddly_breakable_by_hand=2},
sounds = {
@ -89,8 +88,8 @@ shooter.register_weapon("shooter_guns:machine_gun", {
description = "Machine Gun",
inventory_image = "shooter_smgun.png",
spec = {
automatic = true,
user_knockback = 1,
shots = 3,
rounds = 100,
range = 160,
step = 20,