mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[M3C] Implement March from Velis Vel
This commit is contained in:
parent
82b8eff83b
commit
31c37a4dd3
3 changed files with 105 additions and 0 deletions
|
|
@ -684,6 +684,10 @@ public enum SubType {
|
|||
return subTypeSetMap.get(SubTypeSet.CreatureType);
|
||||
}
|
||||
|
||||
public static Set<SubType> getNonbasicLandTypes() {
|
||||
return subTypeSetMap.get(SubTypeSet.NonBasicLandType);
|
||||
}
|
||||
|
||||
public static Set<SubType> getBasicLands() {
|
||||
return subTypeSetMap.get(SubTypeSet.BasicLandType);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue