forked from External/mage
Some minor changes.
This commit is contained in:
parent
fbf049ea2e
commit
60af8df2dc
3 changed files with 3 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ public class BoostTargetEffect extends ContinuousEffectImpl {
|
|||
sb.append(CardUtil.numberToText(target.getMaxNumberOfTargets())).append(" target ").append(target.getTargetName()).append(" get ");
|
||||
} else {
|
||||
if (!target.getTargetName().toUpperCase().startsWith("ANOTHER")) {
|
||||
sb.append("Target ");
|
||||
sb.append("target ");
|
||||
}
|
||||
sb.append(target.getTargetName()).append(" gets ");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ import mage.constants.Duration;
|
|||
import mage.constants.Outcome;
|
||||
import mage.constants.Zone;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.players.Player;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
import mage.util.CardUtil;
|
||||
|
|
@ -94,7 +93,7 @@ public class ManifestEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
private String setText() {
|
||||
StringBuilder sb = new StringBuilder("Manifest the top ");
|
||||
StringBuilder sb = new StringBuilder("manifest the top ");
|
||||
if (amount > 1) {
|
||||
sb.append(CardUtil.numberToText(amount)).append(" cards ");
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ Convoke|new|
|
|||
Cascade|new|
|
||||
Cumulative upkeep|cost|
|
||||
Cycling|cost|
|
||||
Dash|card, manaString|
|
||||
Deathtouch|instance|
|
||||
Delve|new|
|
||||
Dethrone|new|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue