mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Removed the 'Text' line from some recent scripts and from the card template script.
This commit is contained in:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user