도시정보 적국 NPC 소속을 표시

This commit is contained in:
2026-08-31 05:07:47 +00:00
parent 99a477b47e
commit 29014e9c2d
3 changed files with 53 additions and 23 deletions
@@ -310,10 +310,10 @@ const commandBrief = (command: ReservedCommand): string =>
>{{ index + 1 }} : {{ commandBrief(turn) }}</span
>
</template>
<template v-else-if="general.npcState > 1">NPC 장수</template>
<template v-else-if="general.nationId !== data.me.nationId">
{{ general.nationId === 0 ? ' ' : `${general.nationName} 장수` }}
</template>
<template v-else-if="general.npcState > 1">NPC 장수</template>
</td>
</tr>
</tbody>