mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
remove arena only cards from eternal formats
This commit is contained in:
parent
985c90c484
commit
51c054b286
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public enum SetType {
|
|||
|
||||
public boolean isEternalLegal() {
|
||||
// any official sets except un-sets
|
||||
return this != SetType.CUSTOM_SET && this != SetType.JOKESET;
|
||||
return this != SetType.CUSTOM_SET && this != SetType.JOKESET && this != SetType.MAGIC_ARENA;
|
||||
}
|
||||
|
||||
public boolean isStandardLegal() {
|
||||
|
|
Loading…
Reference in a new issue