Fix bug 2

This commit is contained in:
ElCeejo 2022-07-14 15:42:43 -07:00 committed by GitHub
parent e3a610dd78
commit 78e7b8bb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()