[BLC] Implement Gourmand's Talent (#12796)

This commit is contained in:
Grath 2024-09-03 23:22:31 -04:00 committed by GitHub
parent 321f93bbc0
commit 8421c993e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 152 additions and 0 deletions

View file

@ -2454,6 +2454,9 @@ public class ScryfallImageSupportTokens {
put("BLB/Treasure", "https://api.scryfall.com/cards/tblb/29/en?format=image");
put("BLB/Wall", "https://api.scryfall.com/cards/tblb/4/en?format=image");
// BLC
put("BLC/Raccoon", "https://api.scryfall.com/cards/tblc/29/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {