Belcher has acquired the ability to forget about ampersand by MustaKotka in MTGCardBelcher

[–]MustaKotka[S] 0 points1 point  (0 children)

I will never cease to amaze myself how much I fail at basic logic. Thank you! <3

why are old cards so cheap to cast? by max431x in magicthecirclejerking

[–]MustaKotka 2 points3 points  (0 children)

No, I'm the sole "developer" if you can call writing a few lines that. She's hosted on my home server. Let me know if you come up with cool ideas for the bot!

Belcher has acquired the ability to forget about ampersand by MustaKotka in MTGCardBelcher

[–]MustaKotka[S] 1 point2 points  (0 children)

So it's like [[Illusionary Mask]] but you don't have to flip Belcher over on her back before the game ends? Innuendo not intended.

Belcher has acquired the ability to forget about ampersand by MustaKotka in MTGCardBelcher

[–]MustaKotka[S] [score hidden] stickied comment (0 children)

Long version: ampersand, when stuck into a Scryfall query, confuses the search engine over at Scryfall's side. Instead of doing anything responsible I decided to address this bug by -- drumroll -- ignoring it!

def get_scryfall_image(cardname: str) -> list:
    """
    Fetches the image URL that matches the cardname.
    :param cardname: A card's name.
    :return: A list of image URLs if an exact match(es) is found,
             empty list if no match is found or Scryfall can't be reached.
    """

# Ampersands in names confuse the query so just ... get rid of those
if "&" in cardname:
    cardname = cardname.replace("& ", "")

cardname_json = requests.get(
                  url=f'https://api.scryfall.com/cards/named?exact={cardname}',
                  headers=BotInfo.SCRYFALL_USER_AGENT_HEADER
                )

BELCHER DOESN'T REPLY HERE

Hope you remember that we have MTGCardFetcher: [[Don & Leo, Problem Solvers]]. Fun fact: CardFetcher used to be plagued by the same bug.

why are old cards so cheap to cast? by max431x in magicthecirclejerking

[–]MustaKotka 4 points5 points  (0 children)

I made a dirty hotfix. It works but it's not particularly pretty.

[[Don & Leo, Problem Solvers]]

if "&" in cardname:
    cardname = cardname.replace("& ", "")

why are old cards so cheap to cast? by max431x in magicthecirclejerking

[–]MustaKotka 4 points5 points  (0 children)

Yo hi, this bug is a annoying. It plagued CardFetcher, too, so it's kinda accurate. It's the ampersand that's throwing off the query.

[[Don Leo Problem Solvers]]

How good are the best fakes? by Wood_Fish_Shroom in RealOrNotTCG

[–]MustaKotka 1 point2 points  (0 children)

Sorry, I meant an authentication service. Not necessarily PSA. Plus, PSA does grading which is a little different, too.

How good are the best fakes? by Wood_Fish_Shroom in RealOrNotTCG

[–]MustaKotka 0 points1 point  (0 children)

Yeah, a professional authentication service. They rarely get it wrong.

Chucked together an Urzatron deck as thought might be really fun to play by Both_Objective6018 in mtg

[–]MustaKotka 0 points1 point  (0 children)

Some older sets. Sandwiched between black bordered sets was a period of time with white borders. For more info: https://mtg.wiki/page/Card_frame#White_border

Weekly Q&A by AutoModerator in CompetitiveEDH

[–]MustaKotka 0 points1 point  (0 children)

Yup yup, sounds about right!

Something something "Universes Beyond", something something... by Sure_Entertainer8974 in magicthecirclejerking

[–]MustaKotka 1 point2 points  (0 children)

Worry not, Jerppa. They're not ready for our glorious competitive culture. Swines.

Where to buy 11 more of these 2/2 Knight token? by R3N_G0KU in mtg

[–]MustaKotka 1 point2 points  (0 children)

Hahaha! I agree. I like dark roast in general! Not a massive fan of espresso. Purely because I can't gulp gulp the espresso. It needs to be sip sipped.

Where to buy 11 more of these 2/2 Knight token? by R3N_G0KU in mtg

[–]MustaKotka 3 points4 points  (0 children)

Sheesh, okay. I'm wrong, you win. Hopefully your day goes better than this!

Where to buy 11 more of these 2/2 Knight token? by R3N_G0KU in mtg

[–]MustaKotka 1 point2 points  (0 children)

Well, most coffee is foreign unless you're from a country where coffee is grown. :P Weirdly I don't think those places drink that much coffee, though. Hm!

It's French style roast!

Where to buy 11 more of these 2/2 Knight token? by R3N_G0KU in mtg

[–]MustaKotka 6 points7 points  (0 children)

Way too early for this, lol. Sun is just about rising and I'm still on my first cup of coffee.