mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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
|
||||
if (layout == "split") {
|
||||
if (layout == "split" || layout == "aftermath") {
|
||||
// get the position of this card part
|
||||
int index = additionalNames.indexOf(name);
|
||||
// construct full card name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue