턴 실패 뒤 중복 휴식 로그를 제거한다
This commit is contained in:
@@ -1403,14 +1403,19 @@ export const createReservedTurnHandler = async (options: {
|
||||
progressionLogs
|
||||
);
|
||||
}
|
||||
logs.push(
|
||||
...orderLegacyCommandLogs(
|
||||
actionKey,
|
||||
resolution.logs,
|
||||
progressionLogs,
|
||||
resolution.postProgressionLogs
|
||||
)
|
||||
);
|
||||
// A failed requested command already emitted its specific failure above.
|
||||
// The internal rest definition only preserves the existing turn-result
|
||||
// lifecycle; it must not add a second "아무것도 실행하지 않았습니다" log.
|
||||
if (!usedFallback) {
|
||||
logs.push(
|
||||
...orderLegacyCommandLogs(
|
||||
actionKey,
|
||||
resolution.logs,
|
||||
progressionLogs,
|
||||
resolution.postProgressionLogs
|
||||
)
|
||||
);
|
||||
}
|
||||
if (
|
||||
!resolution.alternative &&
|
||||
kind === 'nation' &&
|
||||
|
||||
Reference in New Issue
Block a user