Disabled spawns
This commit is contained in:
parent
6c91e54a99
commit
01e3a5a416
2
api.lua
2
api.lua
@ -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
|
||||
|
||||
|
3
init.lua
3
init.lua
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user