mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08: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…
Add table
Add a link
Reference in a new issue