mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Igneous Cur activation cost
This commit is contained in:
parent
a26e56f896
commit
56c3435d4c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class IgneousCur extends CardImpl {
|
||||||
|
|
||||||
// {1}{R}: Igneous Cur gets +2/+0 until end of turn.
|
// {1}{R}: Igneous Cur gets +2/+0 until end of turn.
|
||||||
this.addAbility(new SimpleActivatedAbility(
|
this.addAbility(new SimpleActivatedAbility(
|
||||||
new BoostSourceEffect(2, 0, Duration.EndOfTurn), new ManaCostsImpl("{2}{R}")
|
new BoostSourceEffect(2, 0, Duration.EndOfTurn), new ManaCostsImpl("{1}{R}")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue