mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Added card "Rey Skywalker" and its abilities and effects
This commit is contained in:
parent
26f2c5feaa
commit
d7936a890c
2 changed files with 55 additions and 1 deletions
|
|
@ -464,6 +464,7 @@ public enum SubType {
|
|||
OBI_WAN("Obi-Wan", SubTypeSet.PlaneswalkerType, true), // Star Wars
|
||||
OKO("Oko", SubTypeSet.PlaneswalkerType),
|
||||
RAL("Ral", SubTypeSet.PlaneswalkerType),
|
||||
REY("Rey", SubTypeSet.PlaneswalkerType, true), // Star Wars,
|
||||
ROWAN("Rowan", SubTypeSet.PlaneswalkerType),
|
||||
SAHEELI("Saheeli", SubTypeSet.PlaneswalkerType),
|
||||
SAMUT("Samut", SubTypeSet.PlaneswalkerType),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue