[AFR] Implemented Eccentric Apprentice

This commit is contained in:
Evan Kranzler 2021-07-02 09:09:30 -04:00
parent 4b8a419d28
commit ec6cb4919f
3 changed files with 109 additions and 0 deletions

View file

@ -352,6 +352,7 @@ public enum SubType {
TETRAVITE("Tetravite", SubTypeSet.CreatureType),
THALAKOS("Thalakos", SubTypeSet.CreatureType),
THOPTER("Thopter", SubTypeSet.CreatureType),
TIEFLING("Tiefling", SubTypeSet.CreatureType),
TRANDOSHAN("Trandoshan", SubTypeSet.CreatureType, true), // Star Wars
THRULL("Thrull", SubTypeSet.CreatureType),
TREEFOLK("Treefolk", SubTypeSet.CreatureType),