mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Titan's Nest text
This commit is contained in:
parent
cb3f2f1418
commit
ac8028bdf2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class TitansNestEffect extends OneShotEffect {
|
|||
class TitansNestManaAbility extends ActivatedManaAbilityImpl {
|
||||
|
||||
TitansNestManaAbility() {
|
||||
super(Zone.BATTLEFIELD, new BasicManaEffect(new TitansNestConditionalMana()), new ExileFromGraveCost(new TargetCardInYourGraveyard()));
|
||||
super(Zone.BATTLEFIELD, (BasicManaEffect) new BasicManaEffect(new TitansNestConditionalMana()).setText("Add {C}. Spend this mana only to cast a colored spell without {X} in its mana cost."), new ExileFromGraveCost(new TargetCardInYourGraveyard()));
|
||||
this.netMana.add(Mana.ColorlessMana(1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue