mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
parent
dbf6cd745e
commit
f595a61d50
1 changed files with 1 additions and 4 deletions
|
|
@ -160,11 +160,8 @@ CardInfoPtr OracleImporter::addCard(QString name,
|
||||||
properties.insert("side", side);
|
properties.insert("side", side);
|
||||||
|
|
||||||
// upsideDown (flip cards)
|
// upsideDown (flip cards)
|
||||||
bool upsideDown = false;
|
|
||||||
QString layout = properties.value("layout").toString();
|
QString layout = properties.value("layout").toString();
|
||||||
if (layout == "flip") {
|
bool upsideDown = layout == "flip" && side == "back";
|
||||||
upsideDown = properties.value("side").toString() != "a";
|
|
||||||
}
|
|
||||||
|
|
||||||
// insert the card and its properties
|
// insert the card and its properties
|
||||||
QList<CardRelation *> reverseRelatedCards;
|
QList<CardRelation *> reverseRelatedCards;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue