From 3d6c1c0385b9dbea5e9de6d6e61befc7078e5772 Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Mon, 30 Apr 2012 15:18:50 +0000 Subject: [PATCH] added AVR to set lists --- res/cardTemplateScript.py | 1 + 1 file changed, 1 insertion(+) diff --git a/res/cardTemplateScript.py b/res/cardTemplateScript.py index 171f6fd1154..cb4e4f69935 100755 --- a/res/cardTemplateScript.py +++ b/res/cardTemplateScript.py @@ -138,6 +138,7 @@ def initSets(): # Innistrad forgeSets.append('ISD') forgeSets.append('DKA') + forgeSets.append('AVR') 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.")