mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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…
Reference in a new issue