From 23309113ec895d3a1f862d5b1ee0adac2da7cb94 Mon Sep 17 00:00:00 2001 From: hided62 Date: Sun, 26 Jul 2026 10:25:41 +0000 Subject: [PATCH] test: observe betrayal in turn traces --- hwe/compare/turn_command_trace.php | 1 + hwe/compare/turn_state_snapshot.php | 1 + 2 files changed, 2 insertions(+) diff --git a/hwe/compare/turn_command_trace.php b/hwe/compare/turn_command_trace.php index 9731a6d2..e701b288 100644 --- a/hwe/compare/turn_command_trace.php +++ b/hwe/compare/turn_command_trace.php @@ -366,6 +366,7 @@ function comparisonApplyTurnFixtureSetup(mixed $setup): void 'expLevel' => 'explevel', 'officerLevel' => 'officer_level', 'officerCityId' => 'officer_city', + 'betray' => 'betray', 'injury' => 'injury', 'age' => 'age', 'gold' => 'gold', diff --git a/hwe/compare/turn_state_snapshot.php b/hwe/compare/turn_state_snapshot.php index 6562f19c..5878fb86 100644 --- a/hwe/compare/turn_state_snapshot.php +++ b/hwe/compare/turn_state_snapshot.php @@ -263,6 +263,7 @@ function comparisonTurnStateSnapshot(array $request): array 'dedication' => 'dedication', 'expLevel' => 'explevel', 'officerLevel' => 'officer_level', + 'betray' => 'betray', 'injury' => 'injury', 'gold' => 'gold', 'rice' => 'rice',