diff --git a/forge-core/src/main/java/forge/card/CardEdition.java b/forge-core/src/main/java/forge/card/CardEdition.java index a306090bff5..04d41cdfb89 100644 --- a/forge-core/src/main/java/forge/card/CardEdition.java +++ b/forge-core/src/main/java/forge/card/CardEdition.java @@ -116,7 +116,7 @@ public final class CardEdition implements Comparable { // immutable } // reserved names of sections inside edition files, that are not parsed as cards - private static final List reservedSectionNames = ImmutableList.of("metadata", "tokens"); + private static final List reservedSectionNames = ImmutableList.of("metadata", "tokens", "other"); // commonly used printsheets with collector number public enum EditionSectionWithCollectorNumbers { @@ -127,7 +127,8 @@ public final class CardEdition implements Comparable { // immutable EXTENDED_ART("extended art"), ALTERNATE_ART("alternate art"), BUY_A_BOX("buy a box"), - PROMO("promo"); + PROMO("promo"), + BOX_TOPPER("box topper"); private final String name; diff --git a/forge-core/src/main/java/forge/card/PrintSheet.java b/forge-core/src/main/java/forge/card/PrintSheet.java index 31a6c3795f5..530e9ad2717 100644 --- a/forge-core/src/main/java/forge/card/PrintSheet.java +++ b/forge-core/src/main/java/forge/card/PrintSheet.java @@ -31,7 +31,6 @@ public class PrintSheet { for(CardEdition edition : editions) { for(PrintSheet ps : edition.getPrintSheetsBySection()) { - System.out.println(ps.name); sheets.add(ps.name, ps); } } diff --git a/forge-gui/res/blockdata/printsheets.txt b/forge-gui/res/blockdata/printsheets.txt index a86347eec1c..df3979521f1 100644 --- a/forge-gui/res/blockdata/printsheets.txt +++ b/forge-gui/res/blockdata/printsheets.txt @@ -1551,7 +1551,7 @@ Kaya, Ghost Assassin|CN2|2 [JMP Above the Clouds 4] 1 Kira, Great Glass-Spinner|JMP -1 Windstorm Drake|M21 +1 Windstorm Drake|JMP 1 Tide Skimmer|M21 1 Keen Glidemaster|M21 1 Roaming Ghostlight|M21