Skip to content
Snippets Groups Projects
Commit 79b967c8 authored by dg's avatar dg
Browse files

Meditation provides the correct amount of equilibrium

git-svn-id: http://svn.net-core.org/repos/t-engine4@2296 51575b47-30f0-44d4-a5cc-537603b46e54
parent b7500bd6
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ newTalent{
local e = 10 + self:getWil(50) * self:getTalentLevel(t)
local tt = e / 2
local pt = (e - tt) / dur
self:setEffect(self.EFF_MEDITATION, dur, {per_turn=e, final=tt})
self:setEffect(self.EFF_MEDITATION, dur, {per_turn=pt, final=tt})
-- Reactive talents
for i, tid in ipairs(reset) do
......
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