mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[KHM] fixed Axgard Armory not revealing on search
This commit is contained in:
parent
0ac85d93db
commit
4f9bbd4a73
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
// {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(
|
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, " +
|
.setText("search your library for an Aura card and/or an Equipment card, reveal them, " +
|
||||||
"put them into your hand, then shuffle your library"),
|
"put them into your hand, then shuffle your library"),
|
||||||
new ManaCostsImpl("{1}{R}{R}{W}")
|
new ManaCostsImpl("{1}{R}{R}{W}")
|
||||||
|
|
Loading…
Reference in a new issue