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:
wagic.the.homebrew
2011-05-06 06:40:00 +00:00
parent efad3f652f
commit 7beb958067
5 changed files with 57 additions and 21 deletions

View File

@@ -157,6 +157,7 @@ public:
string meta_desc;
string meta_name;
vector<string> meta_AIHints;
string meta_unlockRequirements;
int meta_id;
int totalCards();