Expose sortie plan readiness
This commit is contained in:
@@ -9624,6 +9624,7 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
|
||||
!Array.isArray(state.sortiePlan.formationSlots) ||
|
||||
state.sortiePlan.formationSlots.length < 3 ||
|
||||
typeof state.sortiePlan.warningCount !== 'number' ||
|
||||
typeof state.sortiePlan.ready !== 'boolean' ||
|
||||
typeof state.sortiePlan.activeBondCount !== 'number' ||
|
||||
typeof state.sortiePlan.terrainScore !== 'number' ||
|
||||
typeof state.sortiePlan.recommendedSelectedCount !== 'number' ||
|
||||
|
||||
Reference in New Issue
Block a user