forked from thunderdog1138/star_wars
Update init.lua
This commit is contained in:
parent
a266c7147f
commit
41b243a6a1
|
@ -18,15 +18,7 @@ mobs.intllib = S
|
||||||
|
|
||||||
-- Monsters
|
-- Monsters
|
||||||
|
|
||||||
dofile(path .. "/dirt_monster.lua") -- PilzAdam
|
dofile(path .. "/tusken_raider.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 .. "/spider.lua") -- AspireMint
|
|
||||||
|
|
||||||
dofile(path .. "/lucky_block.lua")
|
dofile(path .. "/lucky_block.lua")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue