Expose reserve training preview in sortie debug

This commit is contained in:
2026-07-09 13:34:44 +09:00
parent 592ae2f4cf
commit 6351c7b285
2 changed files with 6 additions and 0 deletions

View File

@@ -9610,6 +9610,8 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
!state.sortiePlan.deploymentLine?.includes('전열') ||
!state.sortiePlan.objectiveLine ||
!state.sortiePlan.reserveTrainingLine?.includes('대기 훈련') ||
!state.sortiePlan.reserveTrainingPreviewLine ||
(state.sortiePlan.reserveCount > 0 && !state.sortiePlan.reserveTrainingPreviewLine.includes('경험 +')) ||
!state.sortiePlan.recommendationLine?.includes('추천') ||
!Array.isArray(state.sortiePlan.formationSlots) ||
state.sortiePlan.formationSlots.length < 3 ||