mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* MonstrosityAbility - Fixed that mana costs were shown twice in tooltip text.
This commit is contained in:
parent
42631541fc
commit
359a132e77
1 changed files with 0 additions and 5 deletions
|
@ -92,11 +92,6 @@ public class MonstrosityAbility extends ActivatedAbilityImpl<MonstrosityAbility>
|
|||
return new MonstrosityAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return new StringBuilder(manaCosts.getText()).append(": ").append(super.getRule()).toString();
|
||||
}
|
||||
|
||||
public int getMonstrosityValue() {
|
||||
return monstrosityValue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue