Tougher traps cause damage when dug.

This commit is contained in:
Duane 2016-06-25 22:45:18 -05:00
parent e43aa31279
commit 5568b5c893
2 changed files with 17 additions and 1 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', 'spawn'}) do
for _, i in pairs({'teleport_data', 'hunger'}) do
if not fun_caves.db[i] then
fun_caves.db[i] = {}
end