From 40177e783f491632d7d2bfaddc2f0114911e5bfc Mon Sep 17 00:00:00 2001 From: matsavage Date: Wed, 5 May 2021 18:14:23 +0100 Subject: [PATCH] updates infusions --- dungeonsheets/forms/infusions_template.tex | 3 ++- dungeonsheets/make_sheets.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dungeonsheets/forms/infusions_template.tex b/dungeonsheets/forms/infusions_template.tex index 8f432c1..6590d9e 100644 --- a/dungeonsheets/forms/infusions_template.tex +++ b/dungeonsheets/forms/infusions_template.tex @@ -1,6 +1,7 @@ +\section*{Infusions} [% for inf in character.infusions %] - \section*{[[ inf.name ]]} + \subsection*{[[ inf.name ]]} [% if inf.prerequisite %]% diff --git a/dungeonsheets/make_sheets.py b/dungeonsheets/make_sheets.py index 46bc989..d7c1208 100755 --- a/dungeonsheets/make_sheets.py +++ b/dungeonsheets/make_sheets.py @@ -245,6 +245,7 @@ def make_sheet( # Create a list of Artificer infusions if getattr(character, "infusions", []): + print(character.infusions) tex.append(create_infusions_tex(character, use_dnd_decorations=fancy_decorations)) # Create a list of Druid wild_shapes