mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
* Pact of Negation - Fixed that the cost haven't to be paid at the beginning of your next turn.
This commit is contained in:
parent
73160df305
commit
4456d0ff79
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class PactOfNegation extends CardImpl<PactOfNegation> {
|
||||||
this.getSpellAbility().addTarget(new TargetSpell());
|
this.getSpellAbility().addTarget(new TargetSpell());
|
||||||
this.getSpellAbility().addEffect(new CounterTargetEffect());
|
this.getSpellAbility().addEffect(new CounterTargetEffect());
|
||||||
// At the beginning of your next upkeep, pay {3}{U}{U}. If you don't, you lose the game.
|
// At the beginning of your next upkeep, pay {3}{U}{U}. If you don't, you lose the game.
|
||||||
this.getSpellAbility().addEffect(new CreateDelayedTriggeredAbilityEffect(new PactDelayedTriggeredAbility(new ManaCostsImpl("{3}{U}{U}"))));
|
this.getSpellAbility().addEffect(new CreateDelayedTriggeredAbilityEffect(new PactDelayedTriggeredAbility(new ManaCostsImpl("{3}{U}{U}")), false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public PactOfNegation(final PactOfNegation card) {
|
public PactOfNegation(final PactOfNegation card) {
|
||||||
|
|
Loading…
Reference in a new issue