Handle 'aftermath' cards like 'split' cards (#2626)
This commit is contained in:
parent
176ea444ba
commit
23d27cff77
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ int OracleImporter::importTextSpoiler(CardSet *set, const QVariant &data)
|
|||
if(layout == "token")
|
||||
continue;
|
||||
|
||||
if(layout == "split")
|
||||
if(layout == "split" || layout == "aftermath")
|
||||
{
|
||||
// Enqueue split card for later handling
|
||||
cardId = map.contains("multiverseid") ? map.value("multiverseid").toInt() : 0;
|
||||
|
|
Loading…
Reference in a new issue