feat: 일반 생성 로직에 killturn 메타 데이터 추가

This commit is contained in:
2026-01-25 05:52:05 +00:00
parent 5d5ed9ee2a
commit 46759022fd
+1 -1
View File
@@ -54,7 +54,7 @@ const buildGeneral = (): GeneralRow =>
atmos: 0,
age: 25,
npcState: 0,
meta: {},
meta: { killturn: 24 },
}) as unknown as GeneralRow;
const buildCity = (): CityRow =>