fix(engine): 삭턴 사망 군주의 승계 순서를 Ref와 일치

This commit is contained in:
2026-09-16 15:30:34 +00:00
parent 70b80e7afa
commit 581ecd6a7b
4 changed files with 119 additions and 7 deletions
@@ -73,6 +73,7 @@ export interface TurnCommandFixtureRequest {
develCost?: number;
isUnited?: 0 | 1 | 2 | 3;
hiddenSeed?: string;
fiction?: 0 | 1;
scenarioEffect?: string | null;
staticEventHandlers?: Record<string, string[]>;
freezeClock?: boolean;
@@ -548,7 +549,7 @@ export const buildCoreTurnCommandWorldInput = (
title: '턴 명령 차등',
startYear: request.setup?.world?.startYear ?? Math.max(1, year - 5),
life: null,
fiction: 0,
fiction: request.setup?.world?.fiction ?? 0,
history: [],
ignoreDefaultEvents: false,
},