obsusian sword damage fixed

This commit is contained in:
{{QWERTYKBGUI}} 2023-02-18 12:53:23 +01:00
parent 7eae59a8ca
commit 73e63d452f

View File

@ -695,7 +695,7 @@ minetest.register_tool("amogus_items:obsusian_sword", {
groupcaps = {
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 30, maxlevel = 3},
},
damage_groups = {fleshy = 3.8},
damage_groups = {fleshy = 4},
},
sound = {breaks = "default_tool_breaks"},
})