fix aftermath (#3742)

This commit is contained in:
tooomm 2019-06-02 12:05:54 +02:00 committed by ctrlaltca
parent 7c3cc527f6
commit e084bd18a9

View file

@ -295,7 +295,7 @@ int OracleImporter::importCardsFromSet(CardSetPtr currentSet, const QList<QVaria
} }
// split cards are considered a single card, enqueue for later merging // split cards are considered a single card, enqueue for later merging
if (layout == "split") { if (layout == "split" || layout == "aftermath") {
// get the position of this card part // get the position of this card part
int index = additionalNames.indexOf(name); int index = additionalNames.indexOf(name);
// construct full card name // construct full card name