Skip to content
Snippets Groups Projects
Commit b05d9849 authored by dg's avatar dg
Browse files

Dont assign talents on birth does not break tutorial

git-svn-id: http://svn.net-core.org/repos/t-engine4@6043 51575b47-30f0-44d4-a5cc-537603b46e54
parent c186e06a
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,9 @@ newBirthDescriptor{
__allow_rod_recall = false,
__allow_transmo_chest = false,
},
game_state = {
always_learn_birth_talents = true,
},
}
newBirthDescriptor{
type = "difficulty",
......
......@@ -238,7 +238,7 @@ function _M:atEnd(v)
self.actor.has_custom_tile = self.has_custom_tile.f
end
-- Prevent the game from auto-assigning talents if necessary.
if (not config.settings.tome.autoassign_talents_on_birth) then
if (not config.settings.tome.autoassign_talents_on_birth) and not game.state.birth.always_learn_birth_talents then
for _, d in pairs(self.descriptors) do
local unlearned_talents = { }
......
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