Add initial random elixir ingredients.

This commit is contained in:
Duane 2016-07-11 11:54:31 -05:00
parent a5906f635b
commit eb6b544926
5 changed files with 163 additions and 1 deletions

View file

@ -221,6 +221,10 @@ minetest.register_globalstep(function(dtime)
end
end
if fun_caves.db.status[player_name]['breathe'] then
player:set_breath(11)
end
-- ... from standing on or near hot objects.
local counts = minetest_find_nodes_in_area(minp, maxp, hot_stuff)
if #counts > 1 then