Skip to content
Snippets Groups Projects
Commit d80d46d7 authored by DarkGod's avatar DarkGod
Browse files

be sane and give deflect projectiles a cooldown

parent 9cf7046c
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ newTalent{
points = 5,
mode = "sustained",
sustain_psi = 25,
cooldown = 10,
range = function(self, t) return math.floor(self:combatTalentScale(t, 3, 5, "log")) end,
radius = 10,
target = function(self, t)
......
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