forked from External/mage
[AKH] Updated tooltip text on several white and blue cards. Some minor fixes.
This commit is contained in:
parent
88d25b7a3a
commit
06fdd17e7d
25 changed files with 666 additions and 613 deletions
|
|
@ -167,9 +167,9 @@ public class BecomesCreatureSourceEffect extends ContinuousEffectImpl implements
|
|||
|
||||
private void setText() {
|
||||
if (type != null && !type.isEmpty()) {
|
||||
staticText = duration.toString() + " {this} becomes a " + token.getDescription() + " that's still a " + this.type;
|
||||
staticText = duration.toString() + ", {this} becomes a " + token.getDescription() + " that's still a " + this.type;
|
||||
} else {
|
||||
staticText = duration.toString() + " {this} becomes a " + token.getDescription();
|
||||
staticText = duration.toString() + ", {this} becomes a " + token.getDescription();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue