forked from External/mage
[BRO] various text fixes
This commit is contained in:
parent
501e769691
commit
7e550f463f
31 changed files with 58 additions and 59 deletions
|
|
@ -9,6 +9,7 @@ import mage.constants.Outcome;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.players.Player;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -21,7 +22,7 @@ public class TapSourceUnlessPaysEffect extends OneShotEffect {
|
|||
public TapSourceUnlessPaysEffect(Cost cost) {
|
||||
super(Outcome.Tap);
|
||||
this.cost = cost;
|
||||
staticText = "tap {this} unless you " + cost.getText();
|
||||
staticText = "tap {this} unless you " + CardUtil.addCostVerb(cost.getText());
|
||||
}
|
||||
|
||||
public TapSourceUnlessPaysEffect(final TapSourceUnlessPaysEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue