mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented Lucky Clover
This commit is contained in:
parent
bcc72d4686
commit
d557e6a27e
3 changed files with 47 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue