mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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.
|
// {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()));
|
this.addAbility(new ConditionalAnyColorManaAbility(1, new CavernOfSoulsManaBuilder()));
|
||||||
WatcherImpl watcher = new CavernOfSoulsWatcher();
|
this.addWatcher(new CavernOfSoulsWatcher());
|
||||||
this.addWatcher(watcher);
|
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CavernOfSoulsCantCounterEffect()));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CavernOfSoulsCantCounterEffect()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue