mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Exclude "funny" cards from audit
This commit is contained in:
@@ -260,6 +260,8 @@ public enum VSubmenuDownloaders implements IVSubmenu<CSubmenuDownloaders> {
|
||||
cniSB.append("-------------------\n\n");
|
||||
|
||||
for (CardEdition e : editions) {
|
||||
if (CardEdition.Type.FUNNY.equals(e.getType()))
|
||||
continue;
|
||||
nifSB.append("Edition: ").append(e.getName()).append(" ").append("(").append(e.getCode()).append("/").append(e.getCode2()).append(")\n");
|
||||
cniSB.append("Edition: ").append(e.getName()).append(" ").append("(").append(e.getCode()).append("/").append(e.getCode2()).append(")\n");
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Code=PCEL
|
||||
Date=1996-08-14
|
||||
Name=Celebration Cards
|
||||
Type=Promo
|
||||
Type=Funny
|
||||
ScryfallCode=PCEL
|
||||
|
||||
[cards]
|
||||
|
||||
Reference in New Issue
Block a user