mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
* Outlast - Fixed bug of tooltip text.
This commit is contained in:
parent
2d19f88c8b
commit
e5bb83d6b9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public class OutlastAbility extends ActivatedAbilityImpl {
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
StringBuilder sb = new StringBuilder("Outcast ").append(manaCosts.getText());
|
StringBuilder sb = new StringBuilder("Outcast ").append(manaCosts.getText());
|
||||||
sb.append(" <i>(").append(costs.getText()).append("{T}: Put a +1/+1 counter on this creature. Outlast only as a sorcery.)</i>").toString();
|
sb.append(" <i>(").append(getManaCosts().getText()).append(", ").append(getCosts().getText()).append(": Put a +1/+1 counter on this creature. Outlast only as a sorcery.)</i>").toString();
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue