Expose sortie plan feedback in debug state

This commit is contained in:
2026-07-05 05:29:16 +09:00
parent e85de5e2e2
commit dee6a4c812

View File

@@ -15317,6 +15317,7 @@ export class CampScene extends Phaser.Scene {
sortieDeploymentPreview: this.sortieDeploymentPreviewDebug(), sortieDeploymentPreview: this.sortieDeploymentPreviewDebug(),
sortieFocusedUnitId: this.sortieFocusedUnitId, sortieFocusedUnitId: this.sortieFocusedUnitId,
sortieFocusedUnit: this.sortieFocusedUnitSummary(), sortieFocusedUnit: this.sortieFocusedUnitSummary(),
sortiePlanFeedback: this.sortiePlanFeedback,
sortieChecklist, sortieChecklist,
sortieNextAction: this.sortiePrepSubtitle(sortieChecklist), sortieNextAction: this.sortiePrepSubtitle(sortieChecklist),
reserveTrainingFocus: this.reserveTrainingFocusDefinition(), reserveTrainingFocus: this.reserveTrainingFocusDefinition(),