Disabled spawns

This commit is contained in:
npx 2016-05-12 14:53:38 +02:00
parent 6c91e54a99
commit 01e3a5a416
2 changed files with 4 additions and 1 deletions

View File

@ -435,6 +435,7 @@ do_env_damage = function(self)
end
--NSSM modifications:
--[[
if not self.hydra then
if check_for_death(self) then
@ -445,6 +446,7 @@ do_env_damage = function(self)
return
end
end
]]--
--end of NSSM modifications

View File

@ -1,6 +1,6 @@
local path = minetest.get_modpath("nssm")
dofile(path.."/api.lua")
dofile(path.."/spawn.lua")
--dofile(path.."/spawn.lua")
--Mobs
dofile(path.."/ant_queen.lua")
@ -8,6 +8,7 @@ dofile(path.."/ant_soldier.lua")
dofile(path.."/ant_worker.lua")
dofile(path.."/black_widow.lua")
dofile(path.."/bloco.lua")
dofile(path.."/pupumolle.lua")
dofile(path.."/crab.lua")
dofile(path.."/crocodile.lua")
dofile(path.."/daddy_long_legs.lua")