Rev 9: REDIRECTION connects the exits you choose

Playtesting read the card right and the engine had it wrong. "Placing
the A tokens on one set of exits & the B tokens on the other" means
the two exits you mark BECOME a pair — and their former partners pair
with each other — not that the two exits trade destinations. Under
rev 9, click the exit and then the exit you want it to connect TO
(the hint now says so); already-connected exits are refused. Earlier
games keep the swap their logs were validated against. Test pins the
full four-way rewiring.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-08-16 16:40:22 -04:00
co-authored by Claude Fable 5
parent 1aafb9e837
commit ca16faac73
5 changed files with 56 additions and 13 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class LocalGame {
seed,
sets: expansion ? ["basic", "expansion1"] : ["basic"],
...(colors ? { colors } : {}),
deckRev: 8,
deckRev: 9,
};
const { state, events } = createGame(config);
this.config = config;