Implemented Necrotic Wound

This commit is contained in:
Evan Kranzler 2018-09-02 23:34:33 -04:00
parent 9b1d5e2a57
commit 915cc38e11
3 changed files with 50 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public enum AbilityWord {
SWEEP("Sweep"),
TEMPTING_OFFER("Tempting offer"),
THRESHOLD("Threshold"),
UNDERGROWTH("Undergrowth"),
WILL_OF_THE_COUNCIL("Will of the council");
private final String text;