Fix for Moon-letters
Choice effects were swapped, they now line up with the text as expected.
This commit is contained in:
@@ -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)))
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user