From eaf690eeb1fea9271397c821e32b0260ab571b53 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 9 Jul 2020 17:30:17 +0200 Subject: [PATCH] Fix Cold Flames traps --- game/modules/tome/data/talents/misc/npcs.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/game/modules/tome/data/talents/misc/npcs.lua b/game/modules/tome/data/talents/misc/npcs.lua index 74265ee33b..0bc4ffe807 100644 --- a/game/modules/tome/data/talents/misc/npcs.lua +++ b/game/modules/tome/data/talents/misc/npcs.lua @@ -3945,11 +3945,6 @@ newTalent{ darkCount = math.min(darkCount, #locations) if darkCount == 0 then return false end - local empower = necroEssenceDead(self) - if empower then - damage.chance = 100 - empower() - end for i = 1, darkCount do local location, id = rng.table(locations) table.remove(locations, id) -- GitLab