- Removed some none working cards from mtg.txt
- Added the "unofficial" grade 
- Added a system to give a grade to an entire file, avoids reading the file any further if not necessary
- Added Zeth's addons to the primitives folder, with a grade of "Unofficial"
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-25 06:29:33 +00:00
parent 35e5b64dfd
commit c1073c83e6
5 changed files with 6802 additions and 33 deletions

View File

@@ -142,9 +142,10 @@ class Constants
GRADE_SUPPORTED = 0,
GRADE_BORDERLINE = 1,
GRADE_CRAPPY = 2,
GRADE_UNSUPPORTED = 3,
GRADE_DANGEROUS = 4,
GRADE_UNOFFICIAL = 2,
GRADE_CRAPPY = 3,
GRADE_UNSUPPORTED = 4,
GRADE_DANGEROUS = 5,
};
static char MTGColorChars[];