mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Updated formats to include subtype enum and made a first batch attempt to set the value
Now sorting formats by type, subtype then name Added new "additional" property to gameformats to allow additional non printed but legal cards to be included e.g. dual lands in extended 1999
This commit is contained in:
@@ -135,8 +135,11 @@ public abstract class FormatFilter<T extends InventoryItem> extends ItemFilter<T
|
||||
case Historic:
|
||||
lstFormats.addItem(format, 2);
|
||||
break;
|
||||
case Custom:
|
||||
case Digital:
|
||||
lstFormats.addItem(format, 3);
|
||||
break;
|
||||
case Custom:
|
||||
lstFormats.addItem(format, 4);
|
||||
}
|
||||
}
|
||||
lstFormats.setListItemRenderer(new FormatRenderer());
|
||||
|
||||
Reference in New Issue
Block a user