mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
added DKa to list of sets in cardTemplateScript.py
This commit is contained in:
@@ -137,6 +137,7 @@ def initSets():
|
||||
|
||||
# Innistrad
|
||||
forgeSets.append('ISD')
|
||||
forgeSets.append('DKA')
|
||||
|
||||
if not os.path.exists(pathToMtgData) :
|
||||
print("This script requires the text version of Arch's mtg-data to be present.You can download it from slightlymagic.net's forum and either place the text version next to this script or edit this script and provide the path to the file at the top.")
|
||||
|
||||
Reference in New Issue
Block a user