Merge pull request #62 from rkubosz/unprepared_spells_solid_black

fix #58
This commit is contained in:
Mark Wolf
2020-05-01 21:07:41 -05:00
committed by GitHub
@@ -14,13 +14,6 @@
\maketitle
[% for spl in character.spells %]
[% if spl in character.spells_prepared %]
{
[% elif spl.level == 0 %]
{
[% else %]
{\color{mygrey}
[% endif %]
\section*{[[ spl.name ]]}
@@ -45,7 +38,6 @@
[[ spl.__doc__|rst_to_latex ]]
} %\color
[% endfor %]
\end{document}