From 3393c300c2ebfc034bce69f996e42924cbc265a6 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Thu, 14 Jul 2022 16:09:04 +0800 Subject: [PATCH] fix: Assignment to undeclared global "far_from_group" inside a function --- api/behaviors.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/api/behaviors.lua b/api/behaviors.lua index 2796dd4..6312ce3 100644 --- a/api/behaviors.lua +++ b/api/behaviors.lua @@ -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