mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Card foiling now defaults to modern foil style if the card edition file does not specify the foil type (this re-enables random foiling).
This commit is contained in:
@@ -321,7 +321,7 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
|
||||
}
|
||||
res.type = enumType;
|
||||
|
||||
switch(section.get("foil", "notsupported").toLowerCase()) {
|
||||
switch(section.get("foil", "newstyle").toLowerCase()) {
|
||||
case "notsupported":
|
||||
res.foilType = FoilType.NOT_SUPPORTED;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user