We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee3ff0 commit 7c2a55cCopy full SHA for 7c2a55c
Data/Browncoats.rte/Actors/Infantry/BrowncoatBoss/BrowncoatBoss.lua
@@ -1,3 +1,5 @@
1
+--[[MULTITHREAD]]--
2
+
3
require("Actors/Infantry/BrowncoatBoss/BrowncoatBossFunctions");
4
dofile("Base.rte/Constants.lua")
5
@@ -159,6 +161,7 @@ function Update(self)
159
161
end
160
162
163
else
164
+ -- This is really bad, we should be communicating with messages or something
165
if self.AI.flying == true and self.isInAir == false then
166
self.isInAir = true;
167
elseif self.AI.flying == false and self.isInAir == true then
0 commit comments