fix: Assignment to undeclared global "far_from_group" inside a function

This commit is contained in:
Riceball LEE 2022-07-14 16:09:04 +08:00
parent 32be6f26b6
commit 3393c300c2
No known key found for this signature in database
GPG key ID: 10F15E84852CB868

View file

@ -636,6 +636,7 @@ creatura.register_utility("animalia:boid_wander", function(self, group)
local idle_time = 3
local move_probability = 5
local group_tick = 1
local far_from_group = false
local function func(self)
local pos = self.object:get_pos()
if not pos then return end