feat: 주민 선정 재구현

This commit is contained in:
2026-01-24 12:00:43 +00:00
parent 45bab33fc2
commit 756382d13b
2 changed files with 162 additions and 16 deletions
@@ -528,7 +528,7 @@ describe('NPC 대형 시뮬레이션', () => {
const state = world.getState();
const startYear = snapshot.scenarioMeta?.startYear ?? 0;
const constraintEnv = {
const constraintEnv: Record<string, unknown> = {
currentYear: state.currentYear,
currentMonth: state.currentMonth,
year: state.currentYear,