diff --git a/game/modules/tome/dialogs/CharacterSheet.lua b/game/modules/tome/dialogs/CharacterSheet.lua index f5703e31b7689c951f84e64b43d21254c6494f22..78e267dd85459c02bf7ce848627080cc42a021b8 100644 --- a/game/modules/tome/dialogs/CharacterSheet.lua +++ b/game/modules/tome/dialogs/CharacterSheet.lua @@ -277,19 +277,19 @@ function _M:dump() else nl() end - nnl(("%-32s"):format(strings[4])) + nnl(("%-32s"):format(strings[5])) if player:knowTalent(player.T_NEGATIVE_POOL) then nl(makelabel("Negative", (" %d/%d"):format(player:getNegative(), player.max_negative))) else nl() end - nnl(("%-32s"):format(strings[4])) + nnl(("%-32s"):format("")) if player:knowTalent(player.T_VIM_POOL) then nl(makelabel("Vim", (" %d/%d"):format(player:getVim(), player.max_vim))) else nl() end - nnl(("%-32s"):format(strings[5])) + nnl(("%-32s"):format("")) if player:knowTalent(player.T_EQUILIBRIUM_POOL) then nl((makelabel("Equilibrium", (" %d"):format(player:getEquilibrium())))) else