mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
added missing watcher
This commit is contained in:
parent
83d95cfe96
commit
6f3bc826ab
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ import mage.constants.Outcome;
|
|||
import mage.counters.CounterType;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.game.Game;
|
||||
import mage.watchers.common.ManaSpentToCastWatcher;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -37,6 +38,7 @@ public final class SilverflameRitual extends CardImpl {
|
|||
"<br><i>Adamant</i> — If at least three white mana was spent to cast this spell, " +
|
||||
"creatures you control gain vigilance until end of turn."
|
||||
));
|
||||
this.getSpellAbility().addWatcher(new ManaSpentToCastWatcher());
|
||||
}
|
||||
|
||||
private SilverflameRitual(final SilverflameRitual card) {
|
||||
|
|
Loading…
Reference in a new issue