fix aftermath (#3742)
This commit is contained in:
parent
7c3cc527f6
commit
e084bd18a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue