Adding a way to mark decks as "locked" based on options requirements (option on or off). Can be used for example to lock a deck until a specific set is not unlocked. Works for both player decks (could be used for premade?) and AI decks.
This commit is contained in:
@@ -157,6 +157,7 @@ public:
|
||||
string meta_desc;
|
||||
string meta_name;
|
||||
vector<string> meta_AIHints;
|
||||
string meta_unlockRequirements;
|
||||
|
||||
int meta_id;
|
||||
int totalCards();
|
||||
|
||||
Reference in New Issue
Block a user