mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Energy Vortex mana cost
This commit is contained in:
parent
b98952b318
commit
3a356c014b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import java.util.UUID;
|
||||||
public final class EnergyVortex extends CardImpl {
|
public final class EnergyVortex extends CardImpl {
|
||||||
|
|
||||||
public EnergyVortex(UUID ownerId, CardSetInfo setInfo) {
|
public EnergyVortex(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
|
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
|
||||||
|
|
||||||
// As Energy Vortex enters the battlefield, choose an opponent.
|
// As Energy Vortex enters the battlefield, choose an opponent.
|
||||||
this.addAbility(new AsEntersBattlefieldAbility(new ChooseOpponentEffect(Outcome.Detriment)));
|
this.addAbility(new AsEntersBattlefieldAbility(new ChooseOpponentEffect(Outcome.Detriment)));
|
||||||
|
|
Loading…
Reference in a new issue