mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Fixed wrong retrace mana costs.
This commit is contained in:
parent
2a02a63f76
commit
cc5b8b8989
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class FlameJab extends CardImpl<FlameJab> {
|
|||
this.getSpellAbility().addEffect(new DamageTargetEffect(1));
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlayer());
|
||||
// Retrace
|
||||
this.addAbility(new RetraceAbility(new ManaCostsImpl("{3}{W}"), Constants.TimingRule.SORCERY));
|
||||
this.addAbility(new RetraceAbility(new ManaCostsImpl("{R}"), Constants.TimingRule.SORCERY));
|
||||
}
|
||||
|
||||
public FlameJab(final FlameJab card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue