mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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…
Reference in a new issue