missed refactor targets

This commit is contained in:
Christian 'ketura' McCarty
2022-07-22 11:51:37 -05:00
parent 9977776a85
commit e0f7e0d355
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@
"phase": "regroup",
"effect": [
{
"type": "putCardsFromDiscardOnTopOfDrawDeck",
"type": "putCardsFromDiscardOnTopOfDeck",
"filter": "choose(side(shadow),not(name(Smaug)))"
},
{

View File

@@ -442,7 +442,7 @@
"filter": "memory(chosenElf)"
},
"effect": {
"type": "putCardsFromDiscardOnTopOfDrawDeck",
"type": "putCardsFromDiscardOnTopOfDeck",
"count": "0-2",
"filter": "choose(culture(elven))"
}