fix flashback cost

This commit is contained in:
Zach H 2017-03-07 15:29:06 -05:00
parent 142efb3e6d
commit ca73258654

View file

@ -59,7 +59,7 @@ public class ParallelEvolution extends CardImpl {
this.getSpellAbility().addEffect(new ParallelEvolutionEffect());
// Flashback {4}{G}{G}{G}
this.addAbility(new FlashbackAbility(new ManaCostsImpl("{4}{G}{G}{G}{G}"), TimingRule.SORCERY));
this.addAbility(new FlashbackAbility(new ManaCostsImpl("{4}{G}{G}{G}"), TimingRule.SORCERY));
}
public ParallelEvolution(final ParallelEvolution card) {