feat(game-engine): implement CreateManyNPC monthly action

This commit is contained in:
2026-07-25 18:15:52 +00:00
parent 3a8dba6cbf
commit 90d195e721
11 changed files with 962 additions and 6 deletions
+1
View File
@@ -204,6 +204,7 @@ const mapGeneralRow = (row: TurnEngineGeneralRow): TurnGeneral => {
bornYear: row.bornYear,
deadYear: row.deadYear,
affinity: row.affinity,
picture: row.picture,
triggerState: {
flags: {},
counters: {},