1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

* Outlast - Fixed typo of tooltip text.

This commit is contained in:
LevelX2 2014-10-25 22:49:40 +02:00
parent a04059de27
commit 82ba4a83e8

View file

@ -59,7 +59,7 @@ public class OutlastAbility extends ActivatedAbilityImpl {
@Override
public String getRule() {
StringBuilder sb = new StringBuilder("Outcast ").append(manaCosts.getText());
StringBuilder sb = new StringBuilder("Outlast ").append(manaCosts.getText());
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();
}