Correct cold damage. Add ice spiders.

This commit is contained in:
Duane Robertson 2016-05-16 23:30:12 -05:00
parent fb8b9eb68d
commit a595c7952a
15 changed files with 79 additions and 13 deletions

View file

@ -20,6 +20,7 @@ end
dofile(fun_caves.path .. "/mobs_crafts.lua")
dofile(fun_caves.path .. "/danglers.lua")
dofile(fun_caves.path .. "/spider.lua")
dofile(fun_caves.path .. "/spider_ice.lua")
dofile(fun_caves.path .. "/dirt_monster.lua")
dofile(fun_caves.path .. "/stone_monster.lua")
dofile(fun_caves.path .. "/lava_flan.lua")