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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6116 51575b47-30f0-44d4-a5cc-537603b46e54
parent 298bed1f
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ return {
local Dialog = require("engine.ui.Dialog")
if not game.level.shown_warning then
Dialog:simplePopup("Yiilkgur", "This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.")
Dialog:simpleLongPopup("Yiilkgur", "This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.", 400)
game.level.shown_warning = true
end
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