Add metal skill to hammer

This commit is contained in:
Brandon 2014-07-07 17:13:53 -05:00
parent cf52787ca3
commit 7da1c1b949

View File

@ -29,7 +29,8 @@ minetest.register_tool("cottages:hammer", {
cracky={times={[2]=2.00, [3]=1.20}, uses=30, maxlevel=1},
},
damage_groups = {fleshy=6},
}
},
skill = SKILL_METAL,
})