mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Add new SOI subtypes Clue and Arlinn.
This commit is contained in:
parent
e953bd0d7b
commit
65b2d0f9fe
1 changed files with 2 additions and 2 deletions
|
@ -78,11 +78,11 @@ public class CardUtil {
|
|||
// Enchantment subtypes
|
||||
"Aura", "Curse", "Shrine",
|
||||
// Artifact subtypes
|
||||
"Equipment", "Fortification", "Contraption",
|
||||
"Clue", "Equipment", "Fortification", "Contraption",
|
||||
// Land subtypes
|
||||
"Desert", "Gate", "Lair", "Locus", "Urza's", "Mine", "Power-Plant", "Tower",
|
||||
// Planeswalker subtypes
|
||||
"Ajani", "Ashiok", "Bolas", "Chandra", "Dack", "Daretti", "Domri", "Elspeth", "Freyalise", "Garruk", "Gideon", "Jace",
|
||||
"Ajani", "Arlinn", "Ashiok", "Bolas", "Chandra", "Dack", "Daretti", "Domri", "Elspeth", "Freyalise", "Garruk", "Gideon", "Jace",
|
||||
"Karn", "Kiora", "Koth", "Liliana", "Nahiri", "Nissa", "Narset", "Nixilis", "Ral", "Sarkhan", "Sorin", "Tamiyo", "Teferi",
|
||||
"Tezzeret", "Tibalt", "Ugin", "Venser", "Vraska", "Xenagos",
|
||||
// Instant sorcery subtypes
|
||||
|
|
Loading…
Reference in a new issue