Skip to content
Snippets Groups Projects
Commit 0c7b45a0 authored by dg's avatar dg
Browse files

Fix Dominant Will talent tooltip

git-svn-id: http://svn.net-core.org/repos/t-engine4@2504 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4b87f855
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment