mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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.SubType;
|
||||
import mage.counters.CounterType;
|
||||
import mage.watchers.common.ManaSpentToCastWatcher;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -34,7 +35,7 @@ public final class EmberethPaladin extends CardImpl {
|
|||
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, AdamantCondition.RED,
|
||||
"<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.", ""
|
||||
));
|
||||
), new ManaSpentToCastWatcher());
|
||||
}
|
||||
|
||||
private EmberethPaladin(final EmberethPaladin card) {
|
||||
|
|
Loading…
Reference in a new issue