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

Slime Roots can not reset talent cooldowns

git-svn-id: http://svn.net-core.org/repos/t-engine4@4600 51575b47-30f0-44d4-a5cc-537603b46e54
parent 163added
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ newTalent{
for tid, lev in pairs(self.talents) do
local t = self:getTalentFromId(tid)
if t.mode == "activated" and not t.innate then
if t.mode == "activated" and not t.innate and (not self.talents_cd[t.id] or self.talents_cd[t.id] == 0) then
self.talents_cd[t.id] = duration
end
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