From da63cc3edd41e9aff4e8a219e1630beb52560746 Mon Sep 17 00:00:00 2001 From: bw-mutley Date: Thu, 2 Sep 2021 21:06:27 -0300 Subject: [PATCH] Add files via upload --- dungeonsheets/forms/MSavage_template.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dungeonsheets/forms/MSavage_template.tex b/dungeonsheets/forms/MSavage_template.tex index 3375b82..4c378dd 100644 --- a/dungeonsheets/forms/MSavage_template.tex +++ b/dungeonsheets/forms/MSavage_template.tex @@ -101,10 +101,10 @@ \Initiative{[[ char.initiative ]]} \Speed{[[ char.speed ]]} \MaxHitPoints{[[ char.hp_max ]]} -\CurrentHitPoints{} -\TemporaryHitPoints{} -\MaxHitDice{[[ char.hit_dice ]]} -\CurrentHitDice{} +\CurrentHitPoints{[[ char.hp_current ]]} +\TemporaryHitPoints{[[ char.hp_temp ]]} +\MaxHitDice{[[ char.hit_dice.replace(" ","") ]]} +\CurrentHitDice{[[ char.hit_dice_current.replace(" ", "") ]]} \CP{[[ char.cp ]]} \SP{[[ char.sp ]]} @@ -164,7 +164,7 @@ % background \CharacterAppearance{[[ portrait ]] -[[ char.appearece_text ]] +[[ char.appearance_text ]] } \AdditionalFeaturesAndTraits{ [[ char.additional_description ]]