mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
[ZNR] Implemented Thundering Sparkmage
This commit is contained in:
parent
725a310fa7
commit
0bf6949328
7 changed files with 62 additions and 10 deletions
|
|
@ -124,7 +124,11 @@ public enum PartyCount implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return "creature in your party. <i>(Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)</i>";
|
||||
return "creature in your party. " + getReminder();
|
||||
}
|
||||
|
||||
public static String getReminder() {
|
||||
return "<i>(Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue