Skip to content
Snippets Groups Projects
Commit 6ca19c4a authored by dg's avatar dg
Browse files

Charge Leech description will not include random crits

git-svn-id: http://svn.net-core.org/repos/t-engine4@5391 51575b47-30f0-44d4-a5cc-537603b46e54
parent b7bb8cc1
No related branches found
No related tags found
No related merge requests found
......@@ -140,11 +140,11 @@ newTalent{
return self:combatStatTalentIntervalDamage(t, "combatMindpower", 6, 30)
end,
getDam = function(self, t)
return self:mindCrit(self:combatTalentMindDamage(t, 28, 270))
return self:combatTalentMindDamage(t, 28, 270)
end,
action = function(self, t)
local en = t.getLeech(self, t)
local dam = t.getDam(self, t)
local dam = self:mindCrit(t.getDam(self, t))
local tg = self:getTalentTarget(t)
self:project(tg, self.x, self.y, function(tx, ty)
local act = game.level.map(tx, ty, engine.Map.ACTOR)
......
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