Skip to content
Snippets Groups Projects
Commit 2f1fcf10 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

reduced cooldown on temporal reprieve since it's fixed anyway

parent 07b9043c
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ newTalent{
require = chrono_req3,
points = 5,
paradox = function (self, t) return getParadoxCost(self, t, 20) end,
cooldown = 40,
cooldown = 24,
no_npc_use = true,
fixed_cooldown = true,
on_pre_use = function(self, t) return self:canBe("planechange") 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