10% less tick timer

master
Juraj Vajda 2018-10-17 21:25:16 -04:00
parent 0b8d40bc8b
commit 8f8ea3075f
1 changed files with 20 additions and 20 deletions

View File

@ -138,7 +138,7 @@ function spawners_mobs.tick(pos)
spawners_mobs.set_status(pos, "rusty")
return
end
minetest.get_node_timer(pos):start(math.random(80, 214))
minetest.get_node_timer(pos):start(math.random(72, 193))
-- minetest.get_node_timer(pos):start(math.random(20, 30))
end