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:
parent
40ff3dd498
commit
e17afdedc3
1 changed files with 4 additions and 1 deletions
|
@ -55,5 +55,8 @@ public class LevelUpAbility extends ActivatedAbilityImpl<LevelUpAbility> {
|
|||
return new LevelUpAbility(this);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Level up " + manaCostsToPay.getText();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue