Merge pull request #120 from PhallenCassidy/patch-3

Fix for Moon-letters
This commit is contained in:
Christian McCarty
2024-10-30 12:02:07 -05:00
committed by GitHub

View File

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