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

fix

parent 829472e7
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -27,7 +27,7 @@ newTalent{
cooldown = 4,
paradox = function (self, t) return getParadoxCost(self, t, 10) end,
tactical = { ATTACKAREA = {TEMPORAL = 2}, PARADOX = 2 },
range = 6,
range = 10,
direct_hit = true,
reflectable = true,
requires_target = true,
......@@ -219,7 +219,7 @@ newTalent{
points = 5,
cooldown = 24,
paradox = function (self, t) return getParadoxCost(self, t, 25) end,
range = 6,
range = 10,
tactical = { ATTACK = 2 },
requires_target = true,
direct_hit = 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