Add breathing elixir.
This commit is contained in:
parent
8eedc5afc3
commit
1caf0fba61
3 changed files with 82 additions and 38 deletions
2
init.lua
2
init.lua
|
@ -56,7 +56,7 @@ end
|
|||
if not fun_caves.db then
|
||||
fun_caves.db = {}
|
||||
end
|
||||
for _, i in pairs({'teleport_data', 'hunger', 'status', 'translocators'}) do
|
||||
for _, i in pairs({'teleport_data', 'hunger', 'status', 'translocators', 'elixir_formulae'}) do
|
||||
if not fun_caves.db[i] then
|
||||
fun_caves.db[i] = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue