mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-03-15 04:11:25 +00:00
Fix bug 2
This commit is contained in:
parent
e3a610dd78
commit
78e7b8bb44
1 changed files with 1 additions and 0 deletions
|
@ -635,6 +635,7 @@ end)
|
|||
creatura.register_utility("animalia:boid_wander", function(self, group)
|
||||
local idle_time = 3
|
||||
local move_probability = 5
|
||||
local far_from_group = false
|
||||
local group_tick = 1
|
||||
local function func(self)
|
||||
local pos = self.object:get_pos()
|
||||
|
|
Loading…
Add table
Reference in a new issue