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

hehe

git-svn-id: http://svn.net-core.org/repos/t-engine4@4547 51575b47-30f0-44d4-a5cc-537603b46e54
parent 65d83d28
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ newChat{ id="welcome",
#{italic}#"Rokzan krilt copru."#{normal}#]] or [[#WHITE#*#{italic}#"Insert control rod."#{normal}#]]),
answers = {
{"[Examine the orb]", jump="examine", cond=has_rod},
{"[Fly the fortress]", action=function(npc, player) player:hasQuest("shertul-fortress"):fly() end},
-- {"[Fly the fortress]", action=function(npc, player) player:hasQuest("shertul-fortress"):fly() end},
{"[Begin the Lichform ceremory]", cond=function(npc, player) local q = player:hasQuest("lichform") return q and q:check_lichform(player) end, action=function(npc, player) player:setQuestStatus("lichform", engine.Quest.COMPLETED) end},
{"[Leave the orb alone]"},
}
......
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