mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 10:26:43 +01:00
BALLOON {TOP,BOTTOM} tags
This commit is contained in:
parent
78979de1fd
commit
940e3489d2
1 changed files with 4 additions and 3 deletions
|
@ -318,9 +318,10 @@ class PonysayTool():
|
|||
data['comment'] = '\n'.join(comment)
|
||||
fields = [key for key in data]
|
||||
fields.sort()
|
||||
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP',
|
||||
'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY',
|
||||
'MASTER', 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment']
|
||||
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND',
|
||||
'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE',
|
||||
'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER',
|
||||
'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment']
|
||||
for standard in standardfields:
|
||||
if standard in fields:
|
||||
del fields[fields.index(standard)]
|
||||
|
|
Loading…
Reference in a new issue