mirror of
https://github.com/correl/mage.git
synced 2025-04-11 17:00:08 -09:00
- Fixed Ponder #4481
This commit is contained in:
parent
a39cbbb7d7
commit
2dc631d554
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue