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 4fe3549 commit ab0bbf1Copy full SHA for ab0bbf1
Data/Base.rte/AI/NativeDropShipAI.lua
@@ -284,6 +284,10 @@ function NativeDropShipAI:Update(Owner)
284
Ctrl:SetState(Controller.MOVE_UP, false);
285
Ctrl:SetState(Controller.MOVE_DOWN, false);
286
end
287
+
288
+ if Owner.LeftEngine == nil and Owner.RightEngine == nil and self.StuckTimer.ElapsedSimTimeMS < 35000 then
289
+ self.StuckTimer.ElapsedSimTimeMS = 35000;
290
+ end
291
292
-- If we are hopelessly stuck, self destruct
293
if Owner.Vel.Largest > 3 or Owner.AIMode == Actor.AIMODE_STAY then
0 commit comments