Expose reserve training preview in sortie debug
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user