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}")