Accomodate armor mods.

This commit is contained in:
Duane 2016-06-26 19:43:08 -05:00
parent dffcc72cbd
commit 02337a1187
5 changed files with 51 additions and 26 deletions

View file

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