mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
another fix
This commit is contained in:
parent
549b3eb6c8
commit
1fbbb1a67c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public final class GaeasBounty extends CardImpl {
|
|||
super(ownerId,setInfo,new CardType[]{CardType.SORCERY},"{2}{G}");
|
||||
|
||||
// Search your library for up to two Forest cards, reveal those cards, and put them into your hand. Then shuffle your library.
|
||||
this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(0, 2, filter), false));
|
||||
this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(0, 2, filter), false, true));
|
||||
}
|
||||
|
||||
private GaeasBounty(final GaeasBounty card) {
|
||||
|
|
Loading…
Reference in a new issue