From e8fd2ce2aab2ac76638b09e0ae3a90cb44a068a3 Mon Sep 17 00:00:00 2001 From: skwerlman Date: Wed, 9 Oct 2019 01:05:30 -0400 Subject: [PATCH] add support for adventures to oracle (#3836) * add support for adventures to oracle this causes cockatrice to correctly fetch the front of the card for the adventure portion rather than sending lots of bad requests to scryfall * treat adventures more like split cards * dont hardcode `maintype: creature` --- oracle/src/oracleimporter.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oracle/src/oracleimporter.cpp b/oracle/src/oracleimporter.cpp index 6b3a054e..5994a0f4 100644 --- a/oracle/src/oracleimporter.cpp +++ b/oracle/src/oracleimporter.cpp @@ -316,7 +316,7 @@ int OracleImporter::importCardsFromSet(CardSetPtr currentSet, const QList