Skip to content
Snippets Groups Projects
Commit 41cf45e1 authored by DarkGod's avatar DarkGod
Browse files

Darkest Light will not appear on randbosses/elites anymore

parent ef24871d
No related branches found
No related tags found
No related merge requests found
......@@ -2049,7 +2049,12 @@ do return end
end),
LEVELUP = function()
if self.player:attr("no_levelup_access") then return end
if self.player:attr("no_levelup_access") then
if type(self.player.no_levelup_access_log) == "string" then
game.log(self.player.no_levelup_access_log)
end
return
end
self.player:playerLevelup(nil, false)
end,
......
......@@ -141,6 +141,7 @@ newTalent{
points = 5,
cooldown = 30,
sustain_negative = 10,
no_npc_use = true,
tactical = { DEFEND = 2, ESCAPE = 2 },
getInvisibilityPower = function(self, t) return self:combatScale(self:getCun() * self:getTalentLevel(t), 5, 0, 38.33, 500) end,
getEnergyConvert = function(self, t) return math.max(0, 6 - self:getTalentLevelRaw(t)) 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