fix: 플레이 감사 기간을 실제 초기 달력으로 제한

This commit is contained in:
2026-09-16 04:07:56 +00:00
parent 31c5927449
commit 9e14306fe4
8 changed files with 160 additions and 8 deletions
@@ -226,6 +226,11 @@ describeDb('scenario database seed', () => {
clockTick: 0n,
lastTurnTick: 0n,
clockPhase: 'PREOPEN',
meta: {
initYear: (scenario.startYear ?? 0) + yearOffset,
initMonth: month,
scenarioMeta: { startYear: scenario.startYear },
},
});
const clock = new GameClock({
baseTime: world.clockBaseTime!,