Skip to content

Commit

Permalink
remove unnecessary wear value
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Oct 10, 2021
1 parent 2a44879 commit 64c39ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.lua
Expand Up @@ -139,8 +139,7 @@ for material, m in pairs(materials) do
armor_heal = m.heal,
armor_use = m.use,
armor_radiation = math.floor(p.radlevel * m.radiation)
},
wear = 0,
}
})
minetest.register_craft({
output = name,
Expand Down

0 comments on commit 64c39ef

Please sign in to comment.