From 0c7b45a0a3cf246a3b59f565b68268395aae019b Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 25 Jan 2011 14:35:16 +0000 Subject: [PATCH] Fix Dominant Will talent tooltip git-svn-id: http://svn.net-core.org/repos/t-engine4@2504 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/misc/misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/misc/misc.lua b/game/modules/tome/data/talents/misc/misc.lua index 9561953fe6..3c656eff7c 100644 --- a/game/modules/tome/data/talents/misc/misc.lua +++ b/game/modules/tome/data/talents/misc/misc.lua @@ -315,6 +315,6 @@ newTalent{ return ([[Shatters the mind of your victim, giving your full control over its actions for %s turns. When the effect ends you pull out your mind and the victim's body colapses dead. This effect does not work on elite or undeads. - The duration will increase with the Willpower stat]]):format(10 + self:getWil(20)) + The duration will increase with the Willpower stat]]):format(4 + self:getWil(10)) end, } -- GitLab