Clarify reserve drill reset notice

This commit is contained in:
2026-07-09 13:53:31 +09:00
parent a877369f48
commit b110ecaa60

View File

@@ -13756,7 +13756,7 @@ export class CampScene extends Phaser.Scene {
const focusLabel = nextFocusId
? campaignReserveTrainingFocusDefinitions.find((focus) => focus.id === nextFocusId)?.label ?? ''
: this.reserveTrainingFocusDefinition().label;
this.showCampNotice(`${focusedReserveUnit.name} 개별 훈련 · ${focusLabel}`);
this.showCampNotice(`${focusedReserveUnit.name} ${nextFocusId ? '개별 훈련' : '기본 훈련'} · ${focusLabel}`);
soundDirector.playSelect();
this.showSortiePrep();
}