Skip to content

Commit

Permalink
Remove 'Mana foils' from the list of borderless cards in Foundations
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Nov 26, 2024
1 parent 00a7715 commit 6b5ef45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/BoosterFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2630,10 +2630,10 @@ class FDNBoosterFactory extends BoosterFactory {

static readonly SPGRatio: number = 0.015625;
static readonly Borderless: Record<string, CardID[]> = {
mythic: FDNBoosterFactory.filter(292, 421, "mythic"),
rare: FDNBoosterFactory.filter(292, 421, "rare"),
uncommon: FDNBoosterFactory.filter(292, 421, "uncommon"),
common: FDNBoosterFactory.filter(292, 421, "common"),
mythic: FDNBoosterFactory.filter(292, 361, "mythic"),
rare: FDNBoosterFactory.filter(292, 361, "rare"),
uncommon: FDNBoosterFactory.filter(292, 361, "uncommon"),
common: FDNBoosterFactory.filter(292, 361, "common"),
};
static readonly CharacterLands: CardID[] = FDNBoosterFactory.filter(282, 291);
static readonly DualLands: CardID[] = FDNBoosterFactory.filter(259, 271).filter(
Expand Down

0 comments on commit 6b5ef45

Please sign in to comment.