From a91077c085f4aab03d07f48754df56342e627600 Mon Sep 17 00:00:00 2001
From: otowakotori <806682153@qq.com>
Date: Sun, 22 Mar 2020 10:55:48 +0800
Subject: [PATCH] Eyal's Wrath have correct duration
 http://forums.te4.org/viewtopic.php?f=42&t=50656

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

diff --git a/game/modules/tome/data/talents/gifts/eyals-fury.lua b/game/modules/tome/data/talents/gifts/eyals-fury.lua
index b550e86ba0..9f8433b6f9 100644
--- a/game/modules/tome/data/talents/gifts/eyals-fury.lua
+++ b/game/modules/tome/data/talents/gifts/eyals-fury.lua
@@ -195,7 +195,7 @@ newTalent{
 	action = function(self, t)
 		-- Add a lasting map effect
 		local eff = game.level.map:addEffect(self,
-			self.x, self.y, 7,
+			self.x, self.y, t.getDuration(self, t),
 			DamageType.NATURE, self:mindCrit(t.getDamage(self, t)),
 			t.radius(self, t),
 			5, nil,
-- 
GitLab