tested version of character et al

This commit is contained in:
bw-mutley
2022-03-19 15:09:04 -03:00
committed by GitHub
parent 062adafe6a
commit 6f6905f1ce
3 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ def create_monsters_content(
template = jinja_env.get_template(base_template+f".{suffix}")
spell_list = [Spell() for monster in monsters for Spell in monster.spells]
return template.render(monsters=monsters,
use_dnd_decorations=use_dnd_decorations, spell_list=spell_list)
use_dnd_decorations=use_dnd_decorations, spell_list=spell_list)
def create_gm_spellbook(spell_list, suffix):