mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
[minor] little clean
This commit is contained in:
parent
e7458aec80
commit
a80fff7a8c
1 changed files with 1 additions and 2 deletions
|
|
@ -75,8 +75,7 @@ public class CavernOfSouls extends CardImpl<CavernOfSouls> {
|
|||
|
||||
// {tap}: Add one mana of any color to your mana pool. Spend this mana only to cast a creature spell of the chosen type, and that spell can't be countered.
|
||||
this.addAbility(new ConditionalAnyColorManaAbility(1, new CavernOfSoulsManaBuilder()));
|
||||
WatcherImpl watcher = new CavernOfSoulsWatcher();
|
||||
this.addWatcher(watcher);
|
||||
this.addWatcher(new CavernOfSoulsWatcher());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CavernOfSoulsCantCounterEffect()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue