mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[TLA] Implement Rabaroo Troop
This commit is contained in:
parent
e8c04a5896
commit
c2893d89a2
3 changed files with 51 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ public enum SubType {
|
|||
JUGGERNAUT("Juggernaut", SubTypeSet.CreatureType),
|
||||
// K
|
||||
KALEESH("Kaleesh", SubTypeSet.CreatureType, true), // Star Wars
|
||||
KANGAROO("Kangaroo", SubTypeSet.CreatureType),
|
||||
KAVU("Kavu", SubTypeSet.CreatureType),
|
||||
KELDOR("KelDor", SubTypeSet.CreatureType, true),
|
||||
KILLBOT("Killbot", SubTypeSet.CreatureType, true), // Unstable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue