Skip to content

Commit

Permalink
Remove all mobs code other than mese dragon
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Aug 28, 2017
1 parent 8e2c121 commit d61394e
Show file tree
Hide file tree
Showing 52 changed files with 0 additions and 5,419 deletions.
55 changes: 0 additions & 55 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,6 @@ nssm.mymapgenis = tonumber(minetest.setting_get('mymapgenis')) or 7
nssm.multimobs = tonumber(minetest.setting_get('multimobs')) or 1000

dofile(path.."/spawn.lua")

--Mobs
dofile(path.."/mobs/ant_queen.lua")
dofile(path.."/mobs/ant_soldier.lua")
dofile(path.."/mobs/ant_worker.lua")
dofile(path.."/mobs/black_widow.lua")
dofile(path.."/mobs/bloco.lua")
dofile(path.."/mobs/crab.lua")
dofile(path.."/mobs/crocodile.lua")
dofile(path.."/mobs/daddy_long_legs.lua")
dofile(path.."/mobs/dolidrosaurus.lua")
dofile(path.."/mobs/duck.lua")
dofile(path.."/mobs/duckking.lua")
dofile(path.."/mobs/echidna.lua")
dofile(path.."/mobs/enderduck.lua")
dofile(path.."/mobs/flying_duck.lua")
dofile(path.."/mobs/felucco.lua")
dofile(path.."/mobs/giant_sandworm.lua")
dofile(path.."/mobs/icelamander.lua")
dofile(path.."/mobs/icesnake.lua")
dofile(path.."/mobs/kraken.lua")
dofile(path.."/mobs/larva.lua")
dofile(path.."/mobs/lava_titan.lua")
dofile(path.."/mobs/manticore.lua")
dofile(path.."/mobs/mantis_beast.lua")
dofile(path.."/mobs/mantis.lua")
dofile(path.."/mobs/masticone.lua")
dofile(path.."/mobs/moonheron.lua")
dofile(path.."/mobs/mordain.lua")
dofile(path.."/mobs/morgre.lua")
dofile(path.."/mobs/morde.lua")
dofile(path.."/mobs/morgut.lua")
dofile(path.."/mobs/morlu.lua")
dofile(path.."/mobs/morvalar.lua")
dofile(path.."/mobs/morvy.lua")
dofile(path.."/mobs/morwa.lua")
dofile(path.."/mobs/night_master.lua")
dofile(path.."/mobs/octopus.lua")
dofile(path.."/mobs/phoenix.lua")
dofile(path.."/mobs/pumpboom.lua")
dofile(path.."/mobs/pumpking.lua")
dofile(path.."/mobs/sandworm.lua")
dofile(path.."/mobs/scrausics.lua")
dofile(path.."/mobs/sand_bloco.lua")
dofile(path.."/mobs/signosigno.lua")
dofile(path.."/mobs/snow_biter.lua")
dofile(path.."/mobs/spiderduck.lua")
dofile(path.."/mobs/stone_eater.lua")
dofile(path.."/mobs/swimming_duck.lua")
dofile(path.."/mobs/tarantula.lua")
dofile(path.."/mobs/uloboros.lua")
dofile(path.."/mobs/werewolf.lua")
dofile(path.."/mobs/white_werewolf.lua")

--Final Boss
dofile(path.."/mobs/mese_dragon.lua")

--Others
Expand Down
105 changes: 0 additions & 105 deletions mobs/ant_queen.lua

This file was deleted.

64 changes: 0 additions & 64 deletions mobs/ant_soldier.lua

This file was deleted.

64 changes: 0 additions & 64 deletions mobs/ant_worker.lua

This file was deleted.

67 changes: 0 additions & 67 deletions mobs/black_widow.lua

This file was deleted.

Loading

0 comments on commit d61394e

Please sign in to comment.