diff --git a/game/modules/tome/data/talents/corruptions/shadowflame.lua b/game/modules/tome/data/talents/corruptions/shadowflame.lua index 166a707392a9a5b898991ba80fc3eddf201263b8..95a5021ce16f5cadad355f9f95889a3e56d33846 100644 --- a/game/modules/tome/data/talents/corruptions/shadowflame.lua +++ b/game/modules/tome/data/talents/corruptions/shadowflame.lua @@ -26,7 +26,7 @@ newTalent{ cooldown = 30, no_energy = true, tactical = { DEFEND = 1, ESCAPE = 1, CLOSEIN = 1 }, - getDuration = function(self, t) return math.floor(self:combatTalentLimit(t, 30, 5, 9)) end, -- Limit < 30 (make sure they can't hide forever) + getDuration = function(self, t) return math.floor(self:combatTalentLimit(t, 15, 5, 9)) end, -- Limit < 30 (make sure they can't hide forever) getDefs = function(self, t) return self:combatTalentScale(t, 5, 20), self:combatTalentScale(t, 5, 16) end, action = function(self, t) local def, armor = t.getDefs(self, t)