Added a few spells and made spells sort by alpha order.

This commit is contained in:
Mark Wolfman
2018-04-14 13:32:31 -05:00
parent c9bcaac18d
commit 57043fefe3
4 changed files with 75 additions and 4 deletions
-1
View File
@@ -110,7 +110,6 @@ def create_spells_pdf(character, basename, flatten=False):
# # Uncomment to post field names instead:
# for field in field_names:
# fields.append((field, field))
fields.append(('Check Box 3083', True))
# Make the actual pdf
dirname = os.path.dirname(os.path.abspath(__file__))
src_pdf = os.path.join(dirname, 'blank-spell-sheet-default.pdf')