Změnit "mobs_monster/init.lua"

This commit is contained in:
Milan2018 2020-03-17 16:25:57 +01:00
parent 5935f5a604
commit 00bb940b8a
1 changed files with 2 additions and 2 deletions

View File

@ -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")