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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@3304 51575b47-30f0-44d4-a5cc-537603b46e54
parent f41710a2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,10 @@ As for your probable many questions, they will stay unanswered. I may help, but
answers = {
{"Thank you. I will rest for a while."},
{"Thank you. I am ready to go back!", action=function() game.level.data.eidolon_exit(false) end},
{"Thank you, but I fear I will not survive anyway, can you send me back somewhere else please?", action=function() game.level.data.eidolon_exit(true) end},
{"Thank you, but I fear I will not survive anyway, can you send me back somewhere else please?",
cond=function() return not game.level.source_level.data or not game.level.source_level.data.no_worldport end,
action=function() game.level.data.eidolon_exit(true) 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