mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[40K] Implemented Deathleaper, Terror Weapon
This commit is contained in:
parent
5e26b7eacd
commit
515828eede
3 changed files with 63 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ public enum SubType {
|
|||
TROOPER("Trooper", SubTypeSet.CreatureType, true), // Star Wars
|
||||
TRILOBITE("Trilobite", SubTypeSet.CreatureType),
|
||||
TWILEK("Twi'lek", SubTypeSet.CreatureType, true), // Star Wars
|
||||
TYRANID("Tyranid", SubTypeSet.CreatureType),
|
||||
// U
|
||||
UGNAUGHT("Ugnaught", SubTypeSet.CreatureType, true),
|
||||
UNICORN("Unicorn", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue