Adjust range and step params

master
BrunoMine 2019-04-02 17:58:23 -03:00
parent 8cfe66fc08
commit 121f2cafa4
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ shooter.register_weapon("musket:musket", {
},
spec = {
rounds = 1.1,
range = 30,
step = 30,
rounds = 1,
range = 15,
step = 15,
tool_caps = {full_punch_interval=1.2, damage_groups={fleshy=4}},
groups = {snappy=3, crumbly=3, choppy=3, fleshy=2, oddly_breakable_by_hand=2},
sound = "musket_shot",