mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[AFR] Implemented Inspiring Bard
This commit is contained in:
parent
e3e87762af
commit
b0214e939a
3 changed files with 51 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue