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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4130 51575b47-30f0-44d4-a5cc-537603b46e54
parent add90042
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ defineAction{
}
defineAction{
default = { "sym:_a:true:false:false:false" },
default = { },
type = "DEBUG_MODE",
group = "debug",
name = "Debug Mode",
......
......@@ -173,7 +173,7 @@ newTalent{
no_energy = true,
dont_provide_pool = true,
tactical = { BUFF = 2 },
range = 10,
range = 5,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 7, 80) end,
getTargetCount = function(self, t) return math.floor(self:getTalentLevel(t)) end,
getNegativeDrain = function(self, t) return 9 - self:getTalentLevelRaw(t) 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