Expose sortie formation coverage

This commit is contained in:
2026-07-09 14:16:41 +09:00
parent a7397c2e0b
commit ec72c96635
2 changed files with 3 additions and 0 deletions

View File

@@ -9614,6 +9614,7 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
if (
!state.sortiePlan ||
!state.sortiePlan.deploymentLine?.includes('전열') ||
typeof state.sortiePlan.formationCoverageComplete !== 'boolean' ||
!state.sortiePlan.objectiveLine ||
!state.sortiePlan.reserveTrainingLine?.includes('대기 훈련') ||
!state.sortiePlan.reserveTrainingPreviewLine ||