mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-12 13:15:18 -08:00
Handle 'aftermath' cards like 'split' cards (#2626)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user