- Removed the 'Text' line from some recent scripts and from the card template script.

This commit is contained in:
moomarc
2013-03-20 12:05:37 +00:00
parent 200ac8381d
commit ae493f8948
9 changed files with 0 additions and 9 deletions

View File

@@ -170,7 +170,6 @@ while inputName != 'quit' :
print '\nName:'+cardData.name
print 'ManaCost:'+cardData.cost
print 'Types:'+cardData.types
print 'Text:no text'
if cardData.types.find('Creature') != -1 :
print 'PT:'+cardData.pt
elif cardData.types.find('Planeswalker') != -1 :