From ca18c6a2838168967fe4626f073ee2da1f1f71fa Mon Sep 17 00:00:00 2001 From: L_J Date: Sun, 6 Jan 2019 06:45:55 +0100 Subject: [PATCH] Mishra's Self-Replicator fix Ability asked twice for payment --- Mage.Sets/src/mage/cards/m/MishrasSelfReplicator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/m/MishrasSelfReplicator.java b/Mage.Sets/src/mage/cards/m/MishrasSelfReplicator.java index 351049efa7..59aff775c6 100644 --- a/Mage.Sets/src/mage/cards/m/MishrasSelfReplicator.java +++ b/Mage.Sets/src/mage/cards/m/MishrasSelfReplicator.java @@ -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}. (Artifacts, legendaries, and Sagas are historic.)"), - new ManaCostsImpl("{1}")), filter, true)); + new ManaCostsImpl("{1}")), filter, false)); }