compare: expose founding cooldown field

This commit is contained in:
2026-07-26 17:26:57 +00:00
parent 4495f0c06e
commit e48c13a92f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -367,6 +367,7 @@ function comparisonApplyTurnFixtureSetup(mixed $setup): void
'officerLevel' => 'officer_level',
'officerCityId' => 'officer_city',
'betray' => 'betray',
'makeLimit' => 'makelimit',
'injury' => 'injury',
'age' => 'age',
'gold' => 'gold',
+1
View File
@@ -279,6 +279,7 @@ function comparisonTurnStateSnapshot(array $request): array
'officerLevel' => 'officer_level',
'officerCityId' => 'officer_city',
'betray' => 'betray',
'makeLimit' => 'makelimit',
'injury' => 'injury',
'gold' => 'gold',
'rice' => 'rice',