Skip to content
Snippets Groups Projects
Commit d0535bd5 authored by Sheila's avatar Sheila
Browse files

plop

parent 8826378b
No related branches found
No related tags found
1 merge request!598Discharge buffs
......@@ -25,7 +25,7 @@ newTalent{
cooldown = 2,
psi = 5,
range = function(self, t)
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
return 7
end,
direct_hit = true,
......@@ -64,7 +64,7 @@ newTalent{
points = 5,
cooldown = 8,
range = function(self, t)
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
return 7
end,
psi = 10,
......@@ -147,7 +147,7 @@ newTalent{
psi = 5,
tactical = { ATTACK = { MIND = 2}, DISABLE = 1},
range = function(self, t)
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
if self:isTalentActive(self.T_MIND_STORM) then return 10 end
return 7
end,
requires_target = true,
......
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