Page 1 of 1

cardTemplateScript

PostPosted: 21 Oct 2011, 14:02
by moomarc
I was just looking through some random files in the svn and and came across cardTemplateScript.py. Halfway down I saw that Innistrad isn't added yet. I'm assuming the missing block would be
Code: Select all
   # Innistrad
   forgeSets.append('ISD')
Is there any reason that this isn't in yet?

Re: cardTemplateScript

PostPosted: 26 Oct 2011, 03:14
by ArsenalNut
moomarc wrote:I was just looking through some random files in the svn and and came across cardTemplateScript.py. Halfway down I saw that Innistrad isn't added yet. I'm assuming the missing block would be
Code: Select all
   # Innistrad
   forgeSets.append('ISD')
Is there any reason that this isn't in yet?
I created that script and added it to repository in case anybody wanted to use it. I haven't been active on Forge for the last month (work's crazy right now) so I didn't update it after the official release of Innistrad. You're code snippet is correct if you want update it.