Implement Warlock creature type

This commit is contained in:
jmharmon 2019-09-04 18:49:36 -07:00 committed by GitHub
parent 24023baa78
commit 7de8506923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),