Skip to content

Commit

Permalink
scryfall: add blb bonus set, blc
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Jul 24, 2024
1 parent f85eb07 commit c890a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/scryfall/scryfall.factor
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ MEMO: mtg-sets-by-name ( -- assoc )
: otj-cards-bonus ( -- seq ) mtg-oracle-cards "big" filter-set ;
: otj-cards-all ( -- seq ) mtg-oracle-cards { "otj" "big" } filter-set-intersect ;
: blb-cards ( -- seq ) mtg-oracle-cards "blb" filter-set ;
: blb-cards-all ( -- seq ) mtg-oracle-cards { "blb" } filter-set-intersect ;
: blb-cards-bonus ( -- seq ) mtg-oracle-cards "blc" filter-set ;
: blb-cards-all ( -- seq ) mtg-oracle-cards { "blb" "blc" } filter-set-intersect ;

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

0 comments on commit c890a67

Please sign in to comment.