From 58576f0f2e09e5155df65c908e58c3e255b8f7f0 Mon Sep 17 00:00:00 2001
From: Recaiden <mlwatts45@gmail.com>
Date: Sun, 30 Aug 2020 20:15:48 -0500
Subject: [PATCH] Mark of the Vampire Charge display

---
 game/modules/tome/data/timed_effects/mental.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/timed_effects/mental.lua b/game/modules/tome/data/timed_effects/mental.lua
index c4643d5411..68944e9fa3 100644
--- a/game/modules/tome/data/timed_effects/mental.lua
+++ b/game/modules/tome/data/timed_effects/mental.lua
@@ -3064,7 +3064,7 @@ newEffect{
 	long_desc = function(self, eff) return ("The target is doomed to die a bloody death.  Each time it uses an ability it takes %0.2f physical damage, and incoming bleeds are strengthened by %d%%."):
 		tformat(eff.dam, eff.power*100)
 	end,
-	charges = function(self, eff) return (tostring(math.floor((eff.power-1)*100)).."%") end,
+	charges = function(self, eff) return (tostring(math.floor((eff.power)*100)).."%") end,
 	type = "mental",
 	subtype = { psionic=true },
 	status = "detrimental",
-- 
GitLab