forked from External/mage
[BLC] Implement Gourmand's Talent (#12796)
This commit is contained in:
parent
321f93bbc0
commit
8421c993e9
5 changed files with 152 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue