mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Added a few spells and made spells sort by alpha order.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user