Tougher traps cause damage when dug.
This commit is contained in:
parent
e43aa31279
commit
5568b5c893
2 changed files with 17 additions and 1 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', 'spawn'}) do
|
||||
for _, i in pairs({'teleport_data', 'hunger'}) do
|
||||
if not fun_caves.db[i] then
|
||||
fun_caves.db[i] = {}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue