Most dungeon features working.

This commit is contained in:
Duane 2016-08-02 04:18:20 -05:00
parent 5abe211fb6
commit 61c3cb0edd
7 changed files with 570 additions and 710 deletions

View file

@ -851,7 +851,7 @@ local t_mobs = {
}
for _, mob in pairs(t_mobs) do
if minetest.registered_entities[mob] then
mobs:register_spawn(mob, {"fun_caves:dungeon_floor_1"}, 20, 0, 2000, 5, 31000)
--fun_caves.fortress_spawns[#fun_caves.fortress_spawns+1] = mob
--mobs:register_spawn(mob, {"fun_caves:dungeon_floor_1"}, 20, 0, 2000, 5, 31000)
fun_caves.fortress_spawns[#fun_caves.fortress_spawns+1] = mob
end
end