mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
make sure no //es are added to maintypes (#4017)
This commit is contained in:
parent
28f3229a0e
commit
53c6440cac
|
|
@ -392,7 +392,7 @@ int OracleImporter::importCardsFromSet(CardSetPtr currentSet, const QList<QVaria
|
|||
if (originalPropertyValue != thisCardPropertyValue) {
|
||||
if (prop == "colors") {
|
||||
properties.insert(prop, originalPropertyValue + thisCardPropertyValue);
|
||||
} else if (prop == "maintype" && layout == "adventure") {
|
||||
} else if (prop == "maintype") { // don't create maintypes with //es in them
|
||||
properties.insert(prop, originalPropertyValue);
|
||||
} else {
|
||||
properties.insert(prop,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user