forked from External/mage
Added Gate to the non creature subtypes.
This commit is contained in:
parent
b6e8e2d71a
commit
f6a5b7151f
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public class CardUtil {
|
|||
public static final String[] NON_CHANGELING_SUBTYPES_VALUES = new String[]{"Mountain", "Forest", "Plains", "Swamp", "Island",
|
||||
"Aura", "Curse", "Shrine",
|
||||
"Equipment", "Fortification", "Contraption",
|
||||
"Trap", "Arcane"};
|
||||
"Trap", "Arcane", "Gate"};
|
||||
public static final Set<String> NON_CREATURE_SUBTYPES = new HashSet<>(Arrays.asList(NON_CHANGELING_SUBTYPES_VALUES));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue