diff --git a/hwe/compare/turn_command_trace.php b/hwe/compare/turn_command_trace.php index ad7dd40f..816f1f80 100644 --- a/hwe/compare/turn_command_trace.php +++ b/hwe/compare/turn_command_trace.php @@ -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', diff --git a/hwe/compare/turn_state_snapshot.php b/hwe/compare/turn_state_snapshot.php index 2c39618e..1631d974 100644 --- a/hwe/compare/turn_state_snapshot.php +++ b/hwe/compare/turn_state_snapshot.php @@ -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',