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:
parent
a04059de27
commit
82ba4a83e8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue