mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Combine card legalities in Oracle (#5370)
- Some printings have different legalities, which cause Oracle to bug out - Fix #4783
This commit is contained in:
parent
5e62069444
commit
32dd18998d
4 changed files with 19 additions and 0 deletions
|
|
@ -390,6 +390,7 @@ public:
|
|||
}
|
||||
QString getCorrectedName() const;
|
||||
void addToSet(const CardSetPtr &_set, CardInfoPerSet _info = CardInfoPerSet());
|
||||
void combineLegalities(const QVariantHash &props);
|
||||
void emitPixmapUpdated()
|
||||
{
|
||||
emit pixmapUpdated();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue