Tweaked Galadriel card

This commit is contained in:
marcin.sciesinski
2019-08-15 09:22:33 -07:00
parent 8ec2a509e5
commit 4a82536c86

View File

@@ -55,7 +55,7 @@ public class Card40_045 extends AbstractAlly {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new SelfExertEffect(action, self));
action.appendEffect(
action.appendCost(
new RevealTopCardsOfDrawDeckEffect(self, playerId, 1) {
@Override
protected void cardsRevealed(List<PhysicalCard> revealedCards) {