mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Merge pull request #62 from rkubosz/unprepared_spells_solid_black
fix #58
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user