Translocators

This commit is contained in:
Duane 2016-06-27 05:00:16 -05:00
parent 02337a1187
commit fbcd651651
4 changed files with 110 additions and 2 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', 'armor_expire'}) do
for _, i in pairs({'teleport_data', 'hunger', 'armor_expire', 'translocators'}) do
if not fun_caves.db[i] then
fun_caves.db[i] = {}
end