Merge pull request #120 from PhallenCassidy/patch-3
Fix for Moon-letters
This commit is contained in:
@@ -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)))
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user