From 00bb940b8a7052b0cbdd63a4f3509f2d16893a5c Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Tue, 17 Mar 2020 16:25:57 +0100 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bnit=20"mobs=5Fmonster/init.lua"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobs_monster/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")