diff --git a/mods/pvp/shooter/grapple.lua b/mods/pvp/shooter/grapple.lua index 2bf62f8..d0011ec 100644 --- a/mods/pvp/shooter/grapple.lua +++ b/mods/pvp/shooter/grapple.lua @@ -74,6 +74,7 @@ minetest.register_tool("shooter:grapple_hook", { if pointed_thing.type ~= "nothing" then return itemstack end + itemstack:add_wear(65536 / 16) throw_hook(itemstack, user, 14) return "" end,