Generalize deployment selection notice

This commit is contained in:
2026-07-05 16:46:47 +09:00
parent 48505cad93
commit e026a59554

View File

@@ -5493,7 +5493,7 @@ export class BattleScene extends Phaser.Scene {
}
if (!selected) {
this.deploymentNotice = '먼저 유비, 관우, 장비 중 한 명을 선택하세요.';
this.deploymentNotice = '먼저 배치할 아군 장수를 선택하세요.';
this.renderDeploymentPanel();
return;
}