Fix ring wear time.

master
Duane Robertson 2019-07-25 23:04:00 -05:00
parent ef241e444a
commit fe3463e3c9
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ minetest.register_tool(mod_name..':ring_protection_9', {
minetest.register_tool(mod_name..':ring_flight', {
inventory_image = 'glass.png',
description = 'Ring of Flight',
_dinv_wears_out = 10000,
_dinv_wears_out = 1000,
_dinv_on_wear = function(player)
mod.modify_privs(player, { fly = true, noclip = 0 })
end,