mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fix verify failure
This commit is contained in:
parent
8a707ea975
commit
a246e729a9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public final class MishraTamerOfMakFawa extends CardImpl {
|
||||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||||
new WardAbility(new SacrificeTargetCost(
|
new WardAbility(new SacrificeTargetCost(
|
||||||
StaticFilters.FILTER_CONTROLLED_PERMANENT_SHORT_TEXT
|
StaticFilters.FILTER_CONTROLLED_PERMANENT_SHORT_TEXT
|
||||||
)), Duration.WhileOnBattlefield
|
), false), Duration.WhileOnBattlefield
|
||||||
)));
|
)));
|
||||||
|
|
||||||
// Each artifact card in your graveyard has unearth {1}{B}{R}
|
// Each artifact card in your graveyard has unearth {1}{B}{R}
|
||||||
|
|
Loading…
Reference in a new issue