From f5e6dbe5666fbf0b5bdd90dc2176015152dca0c4 Mon Sep 17 00:00:00 2001
From: Eric Wykoff <ericwykoff@yahoo.com>
Date: Thu, 22 Jan 2015 19:54:04 -0600
Subject: [PATCH] fix attenuate

---
 game/modules/tome/data/talents/chronomancy/flux.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/chronomancy/flux.lua b/game/modules/tome/data/talents/chronomancy/flux.lua
index d69d5a5b33..83c0ab3688 100644
--- a/game/modules/tome/data/talents/chronomancy/flux.lua
+++ b/game/modules/tome/data/talents/chronomancy/flux.lua
@@ -128,7 +128,7 @@ newTalent{
 	requires_target = true,
 	direct_hit = true,
 	doAnomaly = function(self, t, target, eff)
-		self:project({type=hit}, target.x, target.y, t.getDamageType(self, t), eff.power * eff.dur)
+		self:project({type=hit}, target.x, target.y, DamageType.TEMPORAL, eff.power * eff.dur)
 		target:removeEffect(target.EFF_ATTENUATE)
 	end,
 	action = function(self, t)
-- 
GitLab