Add CreateAdminNPC no-op comparison fixture

This commit is contained in:
2026-07-25 17:50:21 +00:00
parent 65c97107c6
commit de1f74cb44
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"action": "CreateAdminNPC",
"environment": {
"year": 193,
"month": 12,
"startyear": 190
},
"observe": {}
}
+1
View File
@@ -184,6 +184,7 @@ function comparisonMonthlyEventTraceMain(): void
'UpdateNationLevel',
'ProcessSemiAnnual',
'ProcessWarIncome',
'CreateAdminNPC',
];
if (!in_array($actionName, $supportedActions, true)) {
throw new \InvalidArgumentException('unsupported monthly action');