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

changed LevelUpAbility rule text

This commit is contained in:
magenoxx 2012-05-02 17:16:16 +04:00
parent 40ff3dd498
commit e17afdedc3

View file

@ -55,5 +55,8 @@ public class LevelUpAbility extends ActivatedAbilityImpl<LevelUpAbility> {
return new LevelUpAbility(this);
}
@Override
public String getRule() {
return "Level up " + manaCostsToPay.getText();
}
}