mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
update cardTemplateScript.py for RTR set
This commit is contained in:
@@ -140,6 +140,11 @@ def initSets():
|
||||
forgeSets.append('ISD')
|
||||
forgeSets.append('DKA')
|
||||
forgeSets.append('AVR')
|
||||
|
||||
# Return to Ravnica
|
||||
forgeSets.append('RTR')
|
||||
#forgeSets.append('GTC')
|
||||
#forgeSets.append('UNK')
|
||||
|
||||
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