[MOC] Implement Path of the Animist

This commit is contained in:
theelk801 2023-04-23 16:26:14 -04:00
parent b8858a881e
commit 7fc5943b07
4 changed files with 77 additions and 1 deletions

View file

@ -52,7 +52,8 @@ public enum AbilityWord {
TEMPTING_OFFER("Tempting offer"),
THRESHOLD("Threshold"),
UNDERGROWTH("Undergrowth"),
WILL_OF_THE_COUNCIL("Will of the council");
WILL_OF_THE_COUNCIL("Will of the council"),
WILL_OF_THE_PLANESWALKERS("Will of the planeswalkers");
private final String text;