mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 01:23:55 -07:00
Keep stars but only sometimes, add scheme cards back (#3904)
* ignore stars and promos but only sometimes this will correct #3706 and #3715 being a bit overzealous in removing cards and thus fix scheme cards being removed in entirety fix #3845 note that this causes a lot more cards to be added that are in promo sets, if these promo sets should prove to be problematic they should be disabled somehow as having them as an option is still nice. * remove debug lines
This commit is contained in:
parent
a80c756dcb
commit
1815094249
2 changed files with 36 additions and 14 deletions
|
|
@ -111,7 +111,7 @@ public:
|
|||
bool readSetsFromByteArray(const QByteArray &data);
|
||||
int startImport();
|
||||
bool saveToFile(const QString &fileName);
|
||||
int importCardsFromSet(CardSetPtr currentSet, const QList<QVariant> &cards);
|
||||
int importCardsFromSet(CardSetPtr currentSet, const QList<QVariant> &cards, bool skipSpecialNums = true);
|
||||
QList<SetToDownload> &getSets()
|
||||
{
|
||||
return allSets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue