missed refactor targets
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
"phase": "regroup",
|
||||
"effect": [
|
||||
{
|
||||
"type": "putCardsFromDiscardOnTopOfDrawDeck",
|
||||
"type": "putCardsFromDiscardOnTopOfDeck",
|
||||
"filter": "choose(side(shadow),not(name(Smaug)))"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -442,7 +442,7 @@
|
||||
"filter": "memory(chosenElf)"
|
||||
},
|
||||
"effect": {
|
||||
"type": "putCardsFromDiscardOnTopOfDrawDeck",
|
||||
"type": "putCardsFromDiscardOnTopOfDeck",
|
||||
"count": "0-2",
|
||||
"filter": "choose(culture(elven))"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user