[STX] Implemented Pop Quiz

This commit is contained in:
Evan Kranzler 2021-03-25 19:55:55 -04:00
parent 4e4bc6de7a
commit 6d99f28bef
5 changed files with 132 additions and 49 deletions

View file

@ -12,6 +12,7 @@ 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),
LESSON("Lesson", SubTypeSet.SpellType),
TRAP("Trap", SubTypeSet.SpellType),
// 205.3i: Lands have their own unique set of subtypes; these subtypes are called land types.
// Of that list, Forest, Island, Mountain, Plains, and Swamp are the basic land types.