From 16a3f4dca79bce2bdc3d35aa8d3ab7b165234485 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 21 Oct 2019 03:15:20 +0200 Subject: [PATCH] woops --- game/modules/tome/data/talents/spells/meta.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/spells/meta.lua b/game/modules/tome/data/talents/spells/meta.lua index 15af26ea79..4553da6c99 100644 --- a/game/modules/tome/data/talents/spells/meta.lua +++ b/game/modules/tome/data/talents/spells/meta.lua @@ -25,7 +25,7 @@ newTalent{ random_ego = "utility", mana = 40, cooldown = 25, - no_energy = function(self, t) return self:getTalentLevel(t) >= 7 and true or false end, + -- no_energy = function(self, t) return self:getTalentLevel(t) >= 7 and true or false end, tactical = { CURE = function(self, t, aitarget) local nb = 0 for eff_id, p in pairs(self.tmp) do @@ -113,8 +113,8 @@ newTalent{ local count = t.getRemoveCount(self, t) return ([[Removes up to %d magical effects (good effects from foes, and bad effects from friends) from the target. At level 3, it can be targeted. - At level 7, it takes no turn to cast. ]]): + -- At level 7, it takes no turn to cast. format(count) end, } -- GitLab