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

Dark Sustenance and Shadows do learn the hate bar

git-svn-id: http://svn.net-core.org/repos/t-engine4@6148 51575b47-30f0-44d4-a5cc-537603b46e54
parent e5d2eaf6
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ newTalent{
random_ego = "attack",
cooldown = 6,
range = 7,
hate = 0,
tactical = { BUFF = 2, DEFEND = 1 },
requires_target = function(self, t) return self:getTalentLevel(t) >= 5 end,
direct_hit = true,
......
......@@ -324,6 +324,7 @@ newTalent{
require = cursed_cun_req1,
points = 5,
cooldown = 10,
hate = 0,
tactical = { BUFF = 5 },
getLevel = function(self, t)
return math.min(self.level, 50)
......
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