From 651366ef5d92cb21d8c2f2b42834bcf69a80d5ad Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Fri, 27 Dec 2019 11:32:11 +0100 Subject: [PATCH] plop --- game/modules/tome/class/Actor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua index c995f66bf5..17c7b5b02d 100644 --- a/game/modules/tome/class/Actor.lua +++ b/game/modules/tome/class/Actor.lua @@ -5327,7 +5327,7 @@ function _M:paradoxDoAnomaly(chance, paradox, def) end end --- Overwrite incParadox to set up threshold log messages +-- Overwrite incMana for DS local previous_incMana = _M.incMana function _M:incMana(mana) if mana < 0 and self:isTalentActive(self.T_DISRUPTION_SHIELD) then -- GitLab