forked from External/mage
Implemented Alliances cards (#5470)
* Implemented Alliances cards (#84) * Fixed Storm Elemental * Fixed Sworn Defender
This commit is contained in:
parent
ff11727596
commit
d0fbe6d35c
11 changed files with 1129 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ public enum SubType {
|
|||
SPIDER("Spider", SubTypeSet.CreatureType),
|
||||
SPIKE("Spike", SubTypeSet.CreatureType),
|
||||
SPIRIT("Spirit", SubTypeSet.CreatureType),
|
||||
SPLINTER("Splinter", SubTypeSet.CreatureType),
|
||||
SPLITTER("Splitter", SubTypeSet.CreatureType),
|
||||
SPONGE("Sponge", SubTypeSet.CreatureType),
|
||||
SQUID("Squid", SubTypeSet.CreatureType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue