mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
moomarc's change to calculate ZEN set correctly
This commit is contained in:
@@ -178,7 +178,7 @@ if __name__ == '__main__':
|
||||
if currentSet in setList:
|
||||
if key in forgeCards :
|
||||
currentImplemented.append(key)
|
||||
else :
|
||||
elif key != "":
|
||||
currentMissing.append(key)
|
||||
total = len(currentMissing)+len(currentImplemented)
|
||||
percentage = 0
|
||||
|
||||
Reference in New Issue
Block a user