Skip to content

Commit

Permalink
increase baton durability
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 13, 2022
1 parent 7261fcf commit 4352735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/policetools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ minetest.register_tool("policetools:baton", {
full_punch_interval = 1.2,
max_drop_level=0,
groupcaps={
snappy={times={[2]=1.4, [3]=0.40}, uses=20, maxlevel=1},
snappy={times={[2]=1.4, [3]=0.40}, uses=200, maxlevel=1},
},
damage_groups = {fleshy=4},
},
Expand Down

0 comments on commit 4352735

Please sign in to comment.