[ZNR] Implemented Spoils of Adventure

This commit is contained in:
Evan Kranzler 2020-09-01 19:49:43 -04:00
parent c650e3adb1
commit 3a1239ba38
3 changed files with 45 additions and 1 deletions

View file

@ -30,7 +30,7 @@ public enum PartyCount implements DynamicValue {
@Override
public String getMessage() {
return "for each 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. <i>(Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)</i>";
}
@Override