Skip to content

Commit

Permalink
Add propulsion orders
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaralo committed Jul 19, 2024
1 parent ca8daaa commit 7e851ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const emergencyStopOrders: Order[] = [
];

export const desiredOrders = [
0, 902, 903, 215, 216, 210, 355, 356, 357, 360, 609, 619, 614, 615, 293,
294,
0, 902, 903, 215, 216, 210, 355, 356, 357, 360, 609, 619, 614, 615, 621,
625, 293, 294,
];

export function getHardcodedOrders(boardOrders: BoardOrders[]): BoardOrders[] {
Expand Down

0 comments on commit 7e851ab

Please sign in to comment.