upped durability on steel scythe

master
Amy 2021-07-13 16:16:57 -04:00
parent 68a6ef0e84
commit ad3898a603
1 changed files with 2 additions and 2 deletions

View File

@ -110,11 +110,11 @@ minetest.register_tool("sickles:scythe_steel", {
tool_capabilities = {
full_punch_interval = 1.2,
damage_groups = { fleshy = 5 },
punch_attack_uses = 180
punch_attack_uses = 680
},
range = 12,
on_use = sickles.use_scythe,
groups = { scythe = 2, scythe_uses = 200 },
groups = { scythe = 2, scythe_uses = 600 },
sound = { breaks = "default_tool_breaks" }
})