Skip to content
Snippets Groups Projects
Commit 142ddd14 authored by DarkGod's avatar DarkGod
Browse files

Exploration mode allows full respec, anywhere, anytime

parent a11c9c0a
No related branches found
No related tags found
No related merge requests found
......@@ -4022,6 +4022,7 @@ function _M:canWearObject(o, try_slot)
end
function _M:lastLearntTalentsMax(what)
if self:attr("infinite_respec") then return 99999 end
return what == "generic" and 3 or 4
end
......
......@@ -140,6 +140,7 @@ newBirthDescriptor{
game_state = {
grab_online_event_forbid = true,
always_learn_birth_talents = true,
force_town_respec = false,
},
}
newBirthDescriptor{
......@@ -285,8 +286,13 @@ newBirthDescriptor{
"This is not the way the game is meant to be played, but it allows you to have a more forgiving experience.",
"Remember though that dying is an integral part of the game and helps you become a better player.",
"Exploration version of achievements will be granted in this mode.",
"Full talent respec is always available.",
},
game_state = {
force_town_respec = false,
},
copy = {
infinite_respec = 1,
infinite_lifes = 1,
},
}
......
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