mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[WHO] Implement Exterminate!
This commit is contained in:
parent
30966564cb
commit
daebfe6748
3 changed files with 53 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ public enum SubType {
|
|||
CYBORG("Cyborg", SubTypeSet.CreatureType, true), // Star Wars
|
||||
CYCLOPS("Cyclops", SubTypeSet.CreatureType),
|
||||
// D
|
||||
DATHOMIRIAN("Dathomirian", SubTypeSet.CreatureType, true), // Star Wars
|
||||
DALEK("Dalek", SubTypeSet.CreatureType),
|
||||
DATHOMIRIAN("Dathomirian", SubTypeSet.CreatureType, true), // Star Wars,
|
||||
DAUTHI("Dauthi", SubTypeSet.CreatureType),
|
||||
DEMIGOD("Demigod", SubTypeSet.CreatureType),
|
||||
DEMON("Demon", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue