mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implement Warlock creature type
This commit is contained in:
parent
24023baa78
commit
7de8506923
1 changed files with 1 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ public enum SubType {
|
|||
VOLVER("Volver", SubTypeSet.CreatureType),
|
||||
// W
|
||||
WALL("Wall", SubTypeSet.CreatureType),
|
||||
WARLOCK("Warlock", SubTypeSet.CreatureType),
|
||||
WARRIOR("Warrior", SubTypeSet.CreatureType),
|
||||
WEEQUAY("Weequay", SubTypeSet.CreatureType, true),
|
||||
WEIRD("Weird", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue