forked from External/mage
[STX] Implemented Pop Quiz
This commit is contained in:
parent
4e4bc6de7a
commit
6d99f28bef
5 changed files with 132 additions and 49 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue