obsusian sword damage fixed
This commit is contained in:
parent
7eae59a8ca
commit
73e63d452f
@ -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"},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user