Added Gate to the non creature subtypes.

This commit is contained in:
LevelX2 2016-01-14 22:54:48 +01:00
parent b6e8e2d71a
commit f6a5b7151f

View file

@ -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));
/**