More zombies

master
BlockMen 2014-08-08 03:29:45 +02:00
parent e187cd1644
commit e8e9a14a04
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ if not minetest.setting_getbool("only_peaceful_mobs") then
if minetest.get_node(pos).name ~= "air" then
return
end
creatures.spawn(pos, 1, "creatures:zombie", 2, 20)
creatures.spawn(pos, math.random(1,3), "creatures:zombie", 2, 20)
end})
end