Skip to content

Commit

Permalink
scryfall: add foundations fdn
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Nov 12, 2024
1 parent ae50ca8 commit 1a20fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/scryfall/scryfall.factor
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,7 @@ MEMO: mtg-sets-by-name ( -- assoc )
: blb-cards-bonus ( -- seq ) mtg-oracle-cards "blc" filter-set ;
: blb-cards-all ( -- seq ) mtg-oracle-cards { "blb" "blc" } filter-set-intersect ;
: dsk-cards ( -- seq ) mtg-oracle-cards "dsk" filter-set ;
: fdn-cards ( -- seq ) mtg-oracle-cards "fdn" filter-set ;

! modern
: mh3-cards ( -- seq ) mtg-oracle-cards "mh3" filter-set ;
Expand Down

0 comments on commit 1a20fe3

Please sign in to comment.