Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -2585,7 +2585,7 @@ newTalent{ |
2585 | 2585 | local x, y = self:getTarget(tg) |
2586 | 2586 | if not x or not y then return nil end |
2587 | 2587 | if core.fov.distance(self.x, self.y, x, y) > tg.range then return nil end |
2588 | - local dam = self:mindCrit(t.getDam(self, t)) | |
2588 | + local dam = t.getDam(self, t) | |
2589 | 2589 | |
2590 | 2590 | for i = 1, self:getTalentRange(t) do |
2591 | 2591 | self:project(tg, x, y, DamageType.DIG, 1) | ... | ... |
-
Please register or login to post a comment