Expose sortie plan warning count
This commit is contained in:
@@ -9623,6 +9623,7 @@ function assertSortieTacticalRoster(state, requiredUnitIds) {
|
||||
!state.sortiePlan.recommendationLine?.includes('추천') ||
|
||||
!Array.isArray(state.sortiePlan.formationSlots) ||
|
||||
state.sortiePlan.formationSlots.length < 3 ||
|
||||
typeof state.sortiePlan.warningCount !== 'number' ||
|
||||
typeof state.sortiePlan.activeBondCount !== 'number' ||
|
||||
typeof state.sortiePlan.terrainScore !== 'number' ||
|
||||
typeof state.sortiePlan.recommendedSelectedCount !== 'number' ||
|
||||
|
||||
Reference in New Issue
Block a user