diff --git a/game/modules/tome/dialogs/CharacterSheet.lua b/game/modules/tome/dialogs/CharacterSheet.lua index 8f7687c9bd71e1fe820d72956ff3a0aca739507b..22aa5fd763223618f9e074fc7b518b58f117ce98 100644 --- a/game/modules/tome/dialogs/CharacterSheet.lua +++ b/game/modules/tome/dialogs/CharacterSheet.lua @@ -978,6 +978,13 @@ function _M:dump() nnl(("%-32s"):format(makelabel("Gold", ("%.2f"):format(player.money)))) nl(("CON: %d"):format(player:getCon())) + if player.died_times then + nl(("Times died : %d"):format(#player.died_times)) + end + if player.easy_mode_lifes then + nl(("Lifes left : %d"):format(player.easy_mode_lifes)) + end + -- All weapons in main hands local strings = {} for i = 1, 6 do strings[i]="" end