diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-25 18:55:59 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-25 18:56:32 +0100 |
commit | 80e29ed775b873b58b5186b413d107881ec0b1dd (patch) | |
tree | 56ffa083a2bddcf3ff46c4a1ff9341c2935d5973 /npc | |
parent | e4acdeaf1cd5debf3746c38281a15718c1d50763 (diff) | |
download | clientdata-80e29ed775b873b58b5186b413d107881ec0b1dd.tar.gz clientdata-80e29ed775b873b58b5186b413d107881ec0b1dd.tar.bz2 clientdata-80e29ed775b873b58b5186b413d107881ec0b1dd.tar.xz clientdata-80e29ed775b873b58b5186b413d107881ec0b1dd.zip |
Fix bug with Lean dialogue.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/lean.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt index 248479c1..5e696d33 100644 --- a/npc/000-1/lean.txt +++ b/npc/000-1/lean.txt @@ -9,7 +9,7 @@ set @gugli, getq(ShipQuests_Gugli); mesn; - mesq l("Hey")+ " " + strcharinfo(0) + "!"; + mesq l("Hey, finally I can see you under the sunlight!"); next; mesq l("I hope you don't mind that we used your raft to build this ramp."); next; @@ -21,16 +21,6 @@ menu rif(@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), l_Sailors, l("Wait... Where are we going?"), l_Artis, - l("Hey, how do you know my name?"), l_Name; - -l_Name: - mes ""; - mesn; - mesq l("A few moments ago, I heard your conversation with Darlin."); - next; - mesq l("Oh, not everything, don't worry, but your name came up at least twice in the conversation."); - - close; l_Artis: mes ""; |