diff --git a/mobs_monster/init.lua b/mobs_monster/init.lua index 2164984..c4c4494 100644 --- a/mobs_monster/init.lua +++ b/mobs_monster/init.lua @@ -19,13 +19,13 @@ mobs.intllib = S -- Monsters dofile(path .. "/dirt_monster.lua") -- PilzAdam -dofile(path .. "/dungeon_master.lua") +-- dofile(path .. "/dungeon_master.lua") dofile(path .. "/oerkki.lua") dofile(path .. "/sand_monster.lua") dofile(path .. "/stone_monster.lua") dofile(path .. "/tree_monster.lua") dofile(path .. "/lava_flan.lua") -- Zeg9 -dofile(path .. "/mese_monster.lua") +-- dofile(path .. "/mese_monster.lua") dofile(path .. "/spider.lua") -- AspireMint dofile(path .. "/spider2.lua")