Změnit "mobs_monster/init.lua"
This commit is contained in:
parent
5935f5a604
commit
00bb940b8a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue