Fixed Galadriel

This commit is contained in:
marcin.sciesinski
2019-09-10 11:13:53 -07:00
parent c5721fe4b2
commit e0dfe88b1d

View File

@@ -941,15 +941,15 @@
"type": "chooseHowManyToSpot",
"filter": "elf",
"memorize": "spottedCount"
},
{
"type": "reorderTopCardsOfDrawDeck",
"count": {
"type": "fromMemory",
"memory": "spottedCount"
}
}
]
],
"effect": {
"type": "reorderTopCardsOfDrawDeck",
"count": {
"type": "fromMemory",
"memory": "spottedCount"
}
}
}
]
},