Implemented Lucky Clover

This commit is contained in:
Evan Kranzler 2019-09-17 17:28:01 -04:00
parent bcc72d4686
commit d557e6a27e
3 changed files with 47 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import java.util.stream.Collectors;
public enum SubType {
//205.3k Instants and sorceries share their lists of subtypes; these subtypes are called spell types.
ADVENTURE("Adventure", SubTypeSet.SpellType),
ARCANE("Arcane", SubTypeSet.SpellType),
TRAP("Trap", SubTypeSet.SpellType),
// 205.3i: Lands have their own unique set of subtypes; these subtypes are called land types.