mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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),
|
VOLVER("Volver", SubTypeSet.CreatureType),
|
||||||
// W
|
// W
|
||||||
WALL("Wall", SubTypeSet.CreatureType),
|
WALL("Wall", SubTypeSet.CreatureType),
|
||||||
|
WARLOCK("Warlock", SubTypeSet.CreatureType),
|
||||||
WARRIOR("Warrior", SubTypeSet.CreatureType),
|
WARRIOR("Warrior", SubTypeSet.CreatureType),
|
||||||
WEEQUAY("Weequay", SubTypeSet.CreatureType, true),
|
WEEQUAY("Weequay", SubTypeSet.CreatureType, true),
|
||||||
WEIRD("Weird", SubTypeSet.CreatureType),
|
WEIRD("Weird", SubTypeSet.CreatureType),
|
||||||
|
|
Loading…
Reference in a new issue