From 9decfb3c00facf3707eda0db3c7bb41e62773574 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Tue, 14 Oct 2014 17:29:56 +0200 Subject: [PATCH] hadnle vim_on_death desc --- game/modules/tome/class/Object.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/game/modules/tome/class/Object.lua b/game/modules/tome/class/Object.lua index a3881d19a0..215a3d9f45 100644 --- a/game/modules/tome/class/Object.lua +++ b/game/modules/tome/class/Object.lua @@ -1293,6 +1293,7 @@ function _M:getTextualDesc(compare_with, use_actor) compare_fields(w, compare_with, field, "hate_per_kill", "+%0.2f", "Hate per kill: ") compare_fields(w, compare_with, field, "psi_per_kill", "+%0.2f", "Psi per kill: ") + compare_fields(w, compare_with, field, "vim_on_death", "%+.2f", "Vim per kill: ") compare_fields(w, compare_with, field, "die_at", "%+.2f life", "Only die when reaching: ", 1, true, true) compare_fields(w, compare_with, field, "max_life", "%+.2f", "Maximum life: ") -- GitLab