Rename elixir.

This commit is contained in:
Duane 2016-06-21 03:47:25 -05:00
parent d8dbf6a4af
commit 3de24bde95
2 changed files with 1 additions and 1 deletions

View file

@ -68,7 +68,7 @@ dofile(fun_caves.path .. "/unionfind.lua")
dofile(fun_caves.path .. "/nodes.lua") dofile(fun_caves.path .. "/nodes.lua")
dofile(fun_caves.path .. "/deco.lua") dofile(fun_caves.path .. "/deco.lua")
dofile(fun_caves.path .. "/fungal_tree.lua") dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/armor.lua") dofile(fun_caves.path .. "/elixir.lua")
dofile(fun_caves.path .. "/wallhammer.lua") dofile(fun_caves.path .. "/wallhammer.lua")
dofile(fun_caves.path .. "/mapgen.lua") dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/chat.lua") dofile(fun_caves.path .. "/chat.lua")