Localize a couple of accidental global variables

This commit is contained in:
Wuzzy 2017-08-02 01:34:12 +02:00
parent 54c08aa94a
commit 04593eca08
7 changed files with 7 additions and 8 deletions

View file

@ -581,7 +581,7 @@ minetest.register_ore({
end
-- Rarely replace stone with stone monster eggs
local scarcity
local monster_egg_scarcity
if mg_name == "v6" then
monster_egg_scarcity = 28 * 28 * 28
else