Skip to content

Commit

Permalink
Make SMG semi-auto with more damage
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Feb 11, 2021
1 parent 394d915 commit 6939ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shooter_guns/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ shooter.register_weapon("shooter_guns:machine_gun", {
inventory_image = "shooter_smgun.png",
spec = {
user_knockback = 1,
shots = 3,
rounds = 100,
range = 160,
step = 20,
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2, ranged=1}},
tool_caps = {full_punch_interval=0.2, damage_groups={fleshy=4, ranged=1}},
groups = {snappy=3, fleshy=3, oddly_breakable_by_hand=3},
sounds = {
shot = "shooter_pistol",
Expand Down

0 comments on commit 6939ab0

Please sign in to comment.