mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
fix flashback cost
This commit is contained in:
parent
142efb3e6d
commit
ca73258654
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…
Add table
Add a link
Reference in a new issue