Change catch_up to match mobs.
This commit is contained in:
parent
232fac6361
commit
2bbf9ab957
1 changed files with 1 additions and 0 deletions
1
abms.lua
1
abms.lua
|
@ -359,6 +359,7 @@ minetest.register_abm({
|
||||||
neighbors = {'air'},
|
neighbors = {'air'},
|
||||||
interval = 5 * time_factor,
|
interval = 5 * time_factor,
|
||||||
chance = 500,
|
chance = 500,
|
||||||
|
catch_up = false,
|
||||||
action = function(pos, node, aoc, active_object_count_wider)
|
action = function(pos, node, aoc, active_object_count_wider)
|
||||||
if not (pos and node) or active_object_count_wider > dungeon_monster_density then
|
if not (pos and node) or active_object_count_wider > dungeon_monster_density then
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue