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:
co-authored by
Claude Fable 5
parent
d9922da4df
commit
2c3e622ce5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user