[AFR] Implemented Inspiring Bard

This commit is contained in:
Evan Kranzler 2021-06-29 21:46:36 -04:00
parent e3e87762af
commit b0214e939a
3 changed files with 51 additions and 0 deletions

View file

@ -73,6 +73,7 @@ public enum SubType {
BADGER("Badger", SubTypeSet.CreatureType),
BARABEL("Barabel", SubTypeSet.CreatureType, true), // Star Wars
BARBARIAN("Barbarian", SubTypeSet.CreatureType),
BARD("Bard", SubTypeSet.CreatureType),
BASILISK("Basilisk", SubTypeSet.CreatureType),
BAT("Bat", SubTypeSet.CreatureType),
BEAR("Bear", SubTypeSet.CreatureType),