forked from External/mage
[DMC] Implement Sivitri, Dragon Master (#9506)
* [DMC] Implement Sivitri, Dragon Master * Generalised CantAttackYouUnlessPayAllEffect
This commit is contained in:
parent
20a1d2df93
commit
46cc674a8e
18 changed files with 124 additions and 48 deletions
|
|
@ -458,6 +458,7 @@ public enum SubType {
|
|||
SARKHAN("Sarkhan", SubTypeSet.PlaneswalkerType),
|
||||
SERRA("Serra", SubTypeSet.PlaneswalkerType),
|
||||
SIDIOUS("Sidious", SubTypeSet.PlaneswalkerType, true), // Star Wars
|
||||
SIVITRI("Sivitri", SubTypeSet.PlaneswalkerType),
|
||||
SORIN("Sorin", SubTypeSet.PlaneswalkerType),
|
||||
SZAT("Szat", SubTypeSet.PlaneswalkerType),
|
||||
TAMIYO("Tamiyo", SubTypeSet.PlaneswalkerType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue