Add manticore from horror.
This commit is contained in:
parent
e64d458359
commit
232fac6361
5 changed files with 79 additions and 1 deletions
2
mobs.lua
2
mobs.lua
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue