[ECL] Implement Ashling, Rekindled / Ashling, Rimebound

This commit is contained in:
theelk801 2025-12-04 11:02:10 -05:00
parent 6906072ec4
commit a73c3ce553
3 changed files with 79 additions and 0 deletions

View file

@ -391,6 +391,7 @@ public enum SubType {
SNAKE("Snake", SubTypeSet.CreatureType),
SOLDIER("Soldier", SubTypeSet.CreatureType),
SOLTARI("Soltari", SubTypeSet.CreatureType),
SORCERER("Sorcerer", SubTypeSet.CreatureType),
SPAWN("Spawn", SubTypeSet.CreatureType),
SPECTER("Specter", SubTypeSet.CreatureType),
SPELLSHAPER("Spellshaper", SubTypeSet.CreatureType),