Commit a97955995ad5c685a80e330e730a764058da0b13
1 parent
9db28fbe
plop
git-svn-id: http://svn.net-core.org/repos/t-engine4@2152 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -142,7 +142,7 @@ newChat{ id="no_orb_loan2", |
142 | 142 | } |
143 | 143 | |
144 | 144 | newChat{ id="no_orb_loan3", |
145 | - text = [[[#LIGHT_GREEN#*He stops pacing and returns the Orb to you.*#WHITE# I believe I know most of what I need to. But I need a few details cleared up. You'll have to return to this Elven Chronomancer and ask him whether he meant an inverted probabilistic field or a reverted probabilistic field. I dare not guess, as the result could be quite unpleasant for you.]], | |
145 | + text = [[#LIGHT_GREEN#*He stops pacing and returns the Orb to you.*#WHITE# I believe I know most of what I need to. But I need a few details cleared up. You'll have to return to this Elven Chronomancer and ask him whether he meant an inverted probabilistic field or a reverted probabilistic field. I dare not guess, as the result could be quite unpleasant for you.]], | |
146 | 146 | answers = { |
147 | 147 | {"I'll return with the answer.", action=function(npc, player) player:hasQuest("east-portal"):ask_east(player) end}, |
148 | 148 | } | ... | ... |
... | ... | @@ -124,7 +124,7 @@ newChat{ id="athame3", |
124 | 124 | -- Return gem |
125 | 125 | ----------------------------------------------------------------- |
126 | 126 | newChat{ id="complete", |
127 | - text = [[[Yes? You got the Athame, the gem and 100 gold?]], | |
127 | + text = [[Yes? You got the Athame, the gem and 100 gold?]], | |
128 | 128 | answers = { |
129 | 129 | {"[Give him the gem, the athame and 100 gold]", jump="complete2", cond=check_materials, action=remove_materials}, |
130 | 130 | {"Sorry, it seems I lack some stuff. I will be back."}, | ... | ... |
-
Please register or login to post a comment