Expose sortie recommendation completion

This commit is contained in:
2026-07-09 14:15:47 +09:00
parent 807749b1aa
commit a7397c2e0b
2 changed files with 3 additions and 0 deletions

View File

@@ -9629,6 +9629,7 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
typeof state.sortiePlan.recommendedClassSelectedCount !== 'number' ||
typeof state.sortiePlan.recommendedClassTotal !== 'number' ||
!Array.isArray(state.sortiePlan.recommendedClassMissingLabels) ||
typeof state.sortiePlan.recommendationCoverageComplete !== 'boolean' ||
typeof state.sortiePlan.reserveTrainingExpPreview !== 'number' ||
typeof state.sortiePlan.reserveTrainingEquipmentPreview !== 'number' ||
typeof state.sortiePlan.reserveTrainingBondPreview !== 'number' ||