From e85de5e2e27d0ce4a0831a4e14c8dbfef644b0a3 Mon Sep 17 00:00:00 2001 From: Wickedness Date: Sun, 5 Jul 2026 05:25:03 +0900 Subject: [PATCH] Keep recommended sortie feedback unobtrusive --- src/game/scenes/CampScene.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/scenes/CampScene.ts b/src/game/scenes/CampScene.ts index 27e6b33..a8cf013 100644 --- a/src/game/scenes/CampScene.ts +++ b/src/game/scenes/CampScene.ts @@ -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(); }