Mishra's Self-Replicator fix

Ability asked twice for payment
This commit is contained in:
L_J 2019-01-06 06:45:55 +01:00 committed by GitHub
parent 0b4a3c4547
commit ca18c6a283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
}