Skip to content

Commit

Permalink
more mining logic improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapulis committed Jan 15, 2025
1 parent fd9a484 commit 77d7e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ship_Game/AI/ShipAI/ShipAI.DoAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ void DoMinePlanet(FixedSimTime timeStep, ShipGoal g)
}
else if (Owner.CargoSpaceFree > planet.Mining.Richness
&& Owner.Position.OutsideRadius(planet.Position, planet.Mining.MaxMiningRadius*1.25f))

{
OrderMinePlanet(planet);
}
Expand Down

0 comments on commit 77d7e42

Please sign in to comment.