Fix for Moon-letters

Choice effects were swapped, they now line up with the text as expected.
This commit is contained in:
PhallenCassidy
2024-10-30 13:01:02 -04:00
committed by GitHub
parent e7b0818315
commit d13ec7c177

View File

@@ -592,11 +592,11 @@
] ]
effects: [ effects: [
{ {
type: putCardsFromDiscardIntoHand type: putCardsFromDeckIntoHand
filter: choose(or(culture(elven),culture(mirkwood))) filter: choose(or(culture(elven),culture(mirkwood)))
} }
{ {
type: putCardsFromDeckIntoHand type: putCardsFromDiscardIntoHand
filter: choose(or(culture(elven),culture(mirkwood))) filter: choose(or(culture(elven),culture(mirkwood)))
} }
] ]