Commit 6fcb9bf825c025e1be0c86b42fab9b8394279d20
1 parent
b8e513f9
fix
git-svn-id: http://svn.net-core.org/repos/t-engine4@3380 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -98,7 +98,7 @@ newTalent{ |
98 | 98 | cooldown = 10, |
99 | 99 | requires_target = true, |
100 | 100 | range = 20, |
101 | - tactical = { HEAL = 2, CLONEIN = 2 }, | |
101 | + tactical = { HEAL = 2, CLOSEIN = 2 }, | |
102 | 102 | action = function(self, t) |
103 | 103 | local tg = {type="hit", range=self:getTalentRange(t)} |
104 | 104 | local x, y, target = self:getTarget(tg) | ... | ... |
-
Please register or login to post a comment