Fixed HUGE stupid mistake.

master
NathanSalapat 2015-04-26 12:50:38 -05:00
parent 4ef8edcd3f
commit f25c3ac680
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ minetest.register_node('survival:well_top', {
end
end,
on_metadata_inventory_take = function(pos, listname, index, stack, player)
local chance = math.random(1,2)
local chance = math.random(1,500)
if chance == 2 then
-- Let's change the formspec'
local meta = minetest.env:get_meta(pos)