Add breathing elixir.

This commit is contained in:
Duane 2016-07-12 22:36:14 -05:00
parent 8eedc5afc3
commit 1caf0fba61
3 changed files with 82 additions and 38 deletions

View file

@ -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