forked from External/mage
[AFR] Implemented Minion of the Mighty
This commit is contained in:
parent
a1a46a088a
commit
01a30ca8b5
4 changed files with 194 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ public enum AbilityWord {
|
|||
METALCRAFT("Metalcraft"),
|
||||
MAGECRAFT("Magecraft"),
|
||||
MORBID("Morbid"),
|
||||
PACK_TACTICS("Pack tactics"),
|
||||
PARLEY("Parley"),
|
||||
RADIANCE("Radiance"),
|
||||
RAID("Raid"),
|
||||
|
|
@ -53,6 +54,10 @@ public enum AbilityWord {
|
|||
this.text = text;
|
||||
}
|
||||
|
||||
public String formatWord() {
|
||||
return "<i>" + this + "</i> — ";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue