remove gray color for unprepared spells

This commit is contained in:
Robert Kubosz
2020-05-01 17:07:02 +02:00
parent 82ae4dd63e
commit 14ea609617
@@ -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}