mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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");
|
cniSB.append("-------------------\n\n");
|
||||||
|
|
||||||
for (CardEdition e : editions) {
|
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");
|
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");
|
cniSB.append("Edition: ").append(e.getName()).append(" ").append("(").append(e.getCode()).append("/").append(e.getCode2()).append(")\n");
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Code=PCEL
|
Code=PCEL
|
||||||
Date=1996-08-14
|
Date=1996-08-14
|
||||||
Name=Celebration Cards
|
Name=Celebration Cards
|
||||||
Type=Promo
|
Type=Funny
|
||||||
ScryfallCode=PCEL
|
ScryfallCode=PCEL
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
|
|||||||
Reference in New Issue
Block a user