Add manticore from horror.

This commit is contained in:
Duane 2016-08-05 04:29:16 -05:00
parent e64d458359
commit 232fac6361
5 changed files with 79 additions and 1 deletions

View file

@ -819,6 +819,7 @@ if fun_caves.path then
dofile(fun_caves.path.."/zombie.lua")
dofile(fun_caves.path.."/goblin.lua")
dofile(fun_caves.path.."/demon.lua")
dofile(fun_caves.path.."/horror.lua")
end
fun_caves.dungeon_spawns = {}
@ -843,6 +844,7 @@ local t_mobs = {
"fun_caves:goblin_king",
"fun_caves:zombie",
"fun_caves:zombie",
'fun_caves:manticore',
"dmobs:orc",
"dmobs:orc",
"dmobs:orc",