Skip to content
Snippets Groups Projects
Commit 16a3f4dc authored by DarkGod's avatar DarkGod
Browse files

woops

parent 755cb8dd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment