mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-28 04:15:25 -05:00
@@ -109,7 +109,7 @@ def error_check(mtgjson, card_corrections={}):
|
||||
{"name": card['name'], "key": key, "missing": True})
|
||||
if 'text' in card:
|
||||
card['text'] = card['text'].replace('<i>', '').replace(
|
||||
'</i>', '').replace('<em>', '').replace('</em', '').replace('(', '').replace('•', u'•')
|
||||
'</i>', '').replace('<em>', '').replace('</em', '').replace('•', u'•')
|
||||
if 'type' in card:
|
||||
if 'Planeswalker' in card['type']:
|
||||
if not 'loyalty' in card:
|
||||
|
||||
Reference in New Issue
Block a user