Add metal skill to hammer

pull/2/head
Brandon 2014-07-07 17:13:53 -05:00
parent cf52787ca3
commit 7da1c1b949
1 changed files with 2 additions and 1 deletions

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,
})