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

Tutorial character is correctly having infinite lives

parent f9001c08
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ newBirthDescriptor{
copy = {
auto_id = 2,
no_birth_levelup = true,
easy_mode_lifes = 99999,
infinite_lifes = 1,
__game_difficulty = 1,
__allow_rod_recall = false,
__allow_transmo_chest = false,
......
......@@ -348,7 +348,7 @@ function _M:tutorial()
self:atEnd("created")
end
local d = Dialog.new("Tutorials", 250, 100)
local d = Dialog.new("Tutorials", 280, 100)
local basic = Button.new{text="Basic Gameplay (recommended)", fct=function() run("Basic") d.key:triggerVirtual("EXIT") end}
local stats = Button.new{text="Stats and effects (advanced players)", fct=function() run("Stats") d.key:triggerVirtual("EXIT") end}
local cancel = Button.new{text="Cancel", fct=function() d.key:triggerVirtual("EXIT") 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