Add /armor command.

This commit is contained in:
Duane 2016-06-20 21:31:49 -05:00
parent 50ce118087
commit 3d57691431
2 changed files with 20 additions and 0 deletions

View file

@ -71,6 +71,7 @@ dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/armor.lua")
dofile(fun_caves.path .. "/wallhammer.lua")
dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/chat.lua")
if mobs and mobs.mod == "redo" then
dofile(fun_caves.path .. "/mobs.lua")