mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #2945 from ZeldaZach/fix_parallelevolution
fix flashback cost
This commit is contained in:
commit
46ab7daf55
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class ParallelEvolution extends CardImpl {
|
||||||
this.getSpellAbility().addEffect(new ParallelEvolutionEffect());
|
this.getSpellAbility().addEffect(new ParallelEvolutionEffect());
|
||||||
|
|
||||||
// Flashback {4}{G}{G}{G}
|
// 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) {
|
public ParallelEvolution(final ParallelEvolution card) {
|
||||||
|
|
Loading…
Reference in a new issue