mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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;
|
res.type = enumType;
|
||||||
|
|
||||||
switch(section.get("foil", "notsupported").toLowerCase()) {
|
switch(section.get("foil", "newstyle").toLowerCase()) {
|
||||||
case "notsupported":
|
case "notsupported":
|
||||||
res.foilType = FoilType.NOT_SUPPORTED;
|
res.foilType = FoilType.NOT_SUPPORTED;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user