Fixed using undefined craft skill value

pull/5/head
Sukender 2015-04-11 10:53:28 +02:00
parent ed6b0c1b74
commit 0d12d32b6d
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ minetest.register_tool("throwing:bow_steel", {
sounds = {[0]="throwing_arrow_hit1",[1]="throwing_arrow_hit2"},
reload_time = 2,
damage_modifier = 5,
skill = SKILL_STEEL,
-- skill = SKILL_STEEL,
skill = SKILL_METAL,
drop_rate = -4,
})