From 1fbbb1a67c7148fb5b30c057bc312784a4c5ab25 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Sun, 14 May 2023 01:44:59 -0400 Subject: [PATCH] another fix --- Mage.Sets/src/mage/cards/g/GaeasBounty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/g/GaeasBounty.java b/Mage.Sets/src/mage/cards/g/GaeasBounty.java index 7c3bdae0947..daea4b1243f 100644 --- a/Mage.Sets/src/mage/cards/g/GaeasBounty.java +++ b/Mage.Sets/src/mage/cards/g/GaeasBounty.java @@ -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) {