Accomodate armor mods.
This commit is contained in:
parent
dffcc72cbd
commit
02337a1187
5 changed files with 51 additions and 26 deletions
2
init.lua
2
init.lua
|
@ -38,7 +38,7 @@ end
|
|||
if not fun_caves.db then
|
||||
fun_caves.db = {}
|
||||
end
|
||||
for _, i in pairs({'teleport_data', 'hunger'}) do
|
||||
for _, i in pairs({'teleport_data', 'hunger', 'armor_expire'}) do
|
||||
if not fun_caves.db[i] then
|
||||
fun_caves.db[i] = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue