From 8046434bf62eacb5ceb9494f91d8bde307e98dc6 Mon Sep 17 00:00:00 2001 From: Sloth Date: Sun, 2 Dec 2012 14:17:26 +0000 Subject: [PATCH] - PerSetTracking.py will now also check Archenemy. --- res/PerSetTracking.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/PerSetTracking.py b/res/PerSetTracking.py index 88253878698..66bd4fbda79 100755 --- a/res/PerSetTracking.py +++ b/res/PerSetTracking.py @@ -80,7 +80,7 @@ for currentSet in setCodes : if currentSet == 'VG4' or currentSet == 'VGO' or currentSet == 'VG ' : continue if currentSet == 'FVD' or currentSet == 'FVE' or currentSet == 'FVR' : continue if currentSet == 'SDC' or currentSet == 'AST' or currentSet == 'DKM' : continue - if currentSet == 'BTD' or currentSet == 'ARC' or currentSet == 'COM' : continue + if currentSet == 'BTD' or currentSet == 'COM' : continue #if currentSet == 'CHR' or currentSet == 'MED' or currentSet == 'H09' : continue if currentSet == 'ME2' or currentSet == 'ME3' or currentSet == 'ME4' : continue if currentSet == 'ATH' or currentSet == 'HOP' or currentSet == 'BRB' : continue @@ -132,4 +132,4 @@ with open(sys.path[0] + os.sep + "PerSetTrackingResults" + os.sep + "CompleteSta statsfile.write("\n") statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal)) -print "Done!" \ No newline at end of file +print "Done!"