From e026a59554dbb67e77febbdbe84eda52cc5f122e Mon Sep 17 00:00:00 2001 From: Wickedness Date: Sun, 5 Jul 2026 16:46:47 +0900 Subject: [PATCH] Generalize deployment selection notice --- src/game/scenes/BattleScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/scenes/BattleScene.ts b/src/game/scenes/BattleScene.ts index 8bed02f..ab49926 100644 --- a/src/game/scenes/BattleScene.ts +++ b/src/game/scenes/BattleScene.ts @@ -5493,7 +5493,7 @@ export class BattleScene extends Phaser.Scene { } if (!selected) { - this.deploymentNotice = '먼저 유비, 관우, 장비 중 한 명을 선택하세요.'; + this.deploymentNotice = '먼저 배치할 아군 장수를 선택하세요.'; this.renderDeploymentPanel(); return; }