mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
small fix to MSavage_template
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
|
||||
\CP{[% if char.cp > 0 %][[ char.cp ]][% endif %]}
|
||||
\SP{[% if char.sp > 0 %][[ char.sp ]][% endif %]}
|
||||
\GP{[% if char.ep > 0 %][[ char.ep ]][% endif %]}
|
||||
\EP{[% if char.gp > 0 %][[ char.gp ]][% endif %]}
|
||||
\GP{[% if char.gp > 0 %][[ char.gp ]][% endif %]}
|
||||
\EP{[% if char.ep > 0 %][[ char.ep ]][% endif %]}
|
||||
\PP{[% if char.pp > 0 %][[ char.pp ]][% endif %]}
|
||||
|
||||
[% for w in char.weapons %]
|
||||
|
||||
Reference in New Issue
Block a user