mirror of
https://github.com/correl/mage.git
synced 2025-04-06 17:00:12 -09:00
added missing watcher
This commit is contained in:
parent
690686c02e
commit
d792d3dd92
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ import mage.cards.CardSetInfo;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
import mage.constants.SubType;
|
import mage.constants.SubType;
|
||||||
import mage.counters.CounterType;
|
import mage.counters.CounterType;
|
||||||
|
import mage.watchers.common.ManaSpentToCastWatcher;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
@ -34,7 +35,7 @@ public final class EmberethPaladin extends CardImpl {
|
||||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, AdamantCondition.RED,
|
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, AdamantCondition.RED,
|
||||||
"<br><i>Adamant</i> — If at least three red mana was spent to cast this spell, " +
|
"<br><i>Adamant</i> — If at least three red mana was spent to cast this spell, " +
|
||||||
"{this} enters the battlefield with a +1/+1 counter on it.", ""
|
"{this} enters the battlefield with a +1/+1 counter on it.", ""
|
||||||
));
|
), new ManaSpentToCastWatcher());
|
||||||
}
|
}
|
||||||
|
|
||||||
private EmberethPaladin(final EmberethPaladin card) {
|
private EmberethPaladin(final EmberethPaladin card) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue