Skip to content
Snippets Groups Projects
Commit 5dd8304a authored by DarkGod's avatar DarkGod
Browse files

Fixed Alchemist Golem gaining too much talents in the Infinite Dungeon

parent 359d4780
No related branches found
No related tags found
No related merge requests found
......@@ -149,11 +149,6 @@ local function makeGolem(self)
g:learnTalentType("golem/drolem", true)
end
if self.no_points_on_levelup then
g.max_level = nil
g.no_points_on_levelup = self.no_points_on_levelup
end
return g
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