From 4f9bbd4a73540417cda76ee1eea4fea2dfd9e983 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Tue, 9 Feb 2021 20:35:44 -0500 Subject: [PATCH] [KHM] fixed Axgard Armory not revealing on search --- Mage.Sets/src/mage/cards/a/AxgardArmory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/a/AxgardArmory.java b/Mage.Sets/src/mage/cards/a/AxgardArmory.java index 1b2977912d..aedbb88221 100644 --- a/Mage.Sets/src/mage/cards/a/AxgardArmory.java +++ b/Mage.Sets/src/mage/cards/a/AxgardArmory.java @@ -35,7 +35,7 @@ public final class AxgardArmory extends CardImpl { // {1}{R}{R}{W}, {T}: Sacrifice Axgard Armory: Search your library for an Aura card and/or Equipment card, reveal them, put them into your hand, then shuffle your library. Ability ability = new SimpleActivatedAbility( - new SearchLibraryPutInHandEffect(new AxgardArmoryTarget()) + new SearchLibraryPutInHandEffect(new AxgardArmoryTarget(), true) .setText("search your library for an Aura card and/or an Equipment card, reveal them, " + "put them into your hand, then shuffle your library"), new ManaCostsImpl("{1}{R}{R}{W}")