spells also ordered by level

This commit is contained in:
matsavage
2021-05-04 22:31:03 +01:00
parent 4dd5ae232b
commit 406b4d004d
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ def make_sheet(
)
sheets.append(spell_base + ".pdf")
# end of PDF gen
if character.is_spellcaster:
tex.append(create_spellbook_tex(character, use_dnd_decorations=fancy_decorations))