mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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
|
||||
public String getRule() {
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue