From 3de24bde95020b79d0cbf0f5454adc0a3f91098e Mon Sep 17 00:00:00 2001 From: Duane Date: Tue, 21 Jun 2016 03:47:25 -0500 Subject: [PATCH] Rename elixir. --- armor.lua => elixir.lua | 0 init.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename armor.lua => elixir.lua (100%) diff --git a/armor.lua b/elixir.lua similarity index 100% rename from armor.lua rename to elixir.lua diff --git a/init.lua b/init.lua index b095e1b..e7734c0 100644 --- a/init.lua +++ b/init.lua @@ -68,7 +68,7 @@ dofile(fun_caves.path .. "/unionfind.lua") dofile(fun_caves.path .. "/nodes.lua") dofile(fun_caves.path .. "/deco.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 .. "/mapgen.lua") dofile(fun_caves.path .. "/chat.lua")