1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

- Fixed Ponder

This commit is contained in:
Achilles 2018-02-04 19:27:07 -06:00
parent a39cbbb7d7
commit 2dc631d554

View file

@ -44,7 +44,7 @@ public class Ponder extends CardImpl {
// Look at the top three cards of your library, then put them back in any order. You may shuffle your library.
this.getSpellAbility().addEffect(new LookLibraryControllerEffect(3, true));
this.getSpellAbility().addEffect(new LookLibraryControllerEffect(3, true, true));
// Draw a card.
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
}