forked from External/mage
Fix cards 'T' to 'Z' with card name instead of {this}, Generify TitaniasChosen
This commit is contained in:
parent
996dc796a4
commit
05258ba270
25 changed files with 111 additions and 140 deletions
|
|
@ -1,11 +1,10 @@
|
|||
|
||||
package mage.cards.t;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.triggers.BeginningOfUpkeepTriggeredAbility;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.abilities.keyword.FadingAbility;
|
||||
import mage.abilities.triggers.BeginningOfUpkeepTriggeredAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
|
|
@ -21,6 +20,8 @@ import mage.players.Player;
|
|||
import mage.target.Target;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Plopman
|
||||
|
|
@ -58,7 +59,7 @@ class TangleWireEffect extends OneShotEffect {
|
|||
|
||||
TangleWireEffect() {
|
||||
super(Outcome.Sacrifice);
|
||||
staticText = "that player taps an untapped artifact, creature, or land they control for each fade counter on Tangle Wire";
|
||||
staticText = "that player taps an untapped artifact, creature, or land they control for each fade counter on {this}";
|
||||
}
|
||||
|
||||
private TangleWireEffect(final TangleWireEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue