Skip to content

Commit

Permalink
Increase Hobbit Dagger usages. Fixes #1724
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Oct 17, 2024
1 parent bc70b35 commit 0df8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/lord/Tools/tools/src/special.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ minetest.register_tool('tools:dagger_hobbit', {
range = 2,
tool_capabilities = {
max_drop_level = 0,
groupcaps = { snappy = { times = { [2] = 2.25, [3] = 1.75 }, uses = 2, maxlevel = 1 }, },
groupcaps = { snappy = { times = { [2] = 2.25, [3] = 1.75 }, uses = 15, maxlevel = 1 }, },
damage_groups = { fleshy = 2 },
full_punch_interval = .2
},
Expand Down

0 comments on commit 0df8c90

Please sign in to comment.