mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Mishra's Self-Replicator fix
Ability asked twice for payment
This commit is contained in:
parent
0b4a3c4547
commit
ca18c6a283
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public final class MishrasSelfReplicator extends CardImpl {
|
|||
this.addAbility(new SpellCastControllerTriggeredAbility(new DoIfCostPaid(
|
||||
new CreateTokenCopySourceEffect()
|
||||
.setText("create a token that's a copy of {this}. <i>(Artifacts, legendaries, and Sagas are historic.)</i>"),
|
||||
new ManaCostsImpl("{1}")), filter, true));
|
||||
new ManaCostsImpl("{1}")), filter, false));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue