Extra error checking: global variables
This commit is contained in:
parent
bf26b8bee1
commit
1648bc459f
17 changed files with 362 additions and 323 deletions
|
@ -3,8 +3,10 @@ local cells = 10
|
|||
local cell_size = 60 / cells
|
||||
|
||||
|
||||
dofile(fun_caves.path .. "/trophies.lua")
|
||||
dofile(fun_caves.path .. "/tesseract.lua")
|
||||
if fun_caves.path then
|
||||
dofile(fun_caves.path .. "/trophies.lua")
|
||||
dofile(fun_caves.path .. "/tesseract.lua")
|
||||
end
|
||||
|
||||
|
||||
-- dungeon floor, basic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue