Add initial random elixir ingredients.
This commit is contained in:
parent
a5906f635b
commit
eb6b544926
5 changed files with 163 additions and 1 deletions
4
abms.lua
4
abms.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue