Keep recommended sortie feedback unobtrusive

This commit is contained in:
2026-07-05 05:25:03 +09:00
parent 589c7ca972
commit e85de5e2e2

View File

@@ -13396,7 +13396,6 @@ export class CampScene extends Phaser.Scene {
this.sortiePlanFeedback = this.recommendedSortieFeedback(nextSelectedIds, nextAssignments);
this.persistSortieSelection();
soundDirector.playSelect();
this.showCampNotice(`추천 편성 적용: ${nextSelectedIds.map((id) => this.unitName(id)).join(', ')}`);
this.showSortiePrep();
}