fix command-specific failure log parity

This commit is contained in:
2026-07-26 20:59:19 +00:00
parent 7676a3eee3
commit 3d5fff3687
12 changed files with 161 additions and 10 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export const occupiedDestCity = (): Constraint => ({
if (destCity.nationId === baseNationId) {
return allow();
}
return { kind: 'deny', reason: '아국이 아닙니다.' };
return { kind: 'deny', reason: '대상 도시가 아국이 아닙니다.' };
},
});