mtgoncurve / mtgoncurve.com

Frontend code for mtgoncurve.com

Home Page:https://mtgoncurve.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find cards named Sigarda and Nissa

vcfdre43 opened this issue · comments

Sigarda, Font of Blessings
Nissa, Resurgent Animist

Error running simulation for input: BadDeckcode( "Cannot find card named "Sigarda, Font of Blessings" in collection", )
Error running simulation for input: BadDeckcode( "Cannot find card named "Nissa, Resurgent Animist" in collection", )

It seems like aftermath hasn't been added as yet.

Would probably be a fair rewrite but would suggest leveraging the Scryfall API for card information to remove the necessity of manual updates.

Closed by #74

Would probably be a fair rewrite but would suggest leveraging the Scryfall API for card information to remove the necessity of manual updates.

It's possible to automate the card updates, but I just don't have the time or interest in this game anymore to do that work. The reason the way it works today is for performance and to allow the app to function offline after the first page load.