disable spiders placing webs until better way can be found

This commit is contained in:
TenPlus1 2016-05-17 21:37:32 +01:00
parent a883f0a697
commit 78dd480f1f
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ mobs:register_mob("nssm:black_widow", {
punch_start = 150,
punch_end = 160,
},
--[[
do_custom = function(self)
if math.random(1, 75) > 1 then
@ -57,4 +58,5 @@ mobs:register_mob("nssm:black_widow", {
minetest.set_node(t, {name = "nssm:web"})
end
end,
]]
})

View File

@ -39,6 +39,7 @@ mobs:register_mob("nssm:uloboros", {
punch_start = 80,
punch_end = 110,
},
--[[
do_custom = function(self)
if math.random(1, 75) > 1 then
@ -57,4 +58,5 @@ mobs:register_mob("nssm:uloboros", {
minetest.set_node(t, {name = "nssm:web"})
end
end,
]]
})