summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:35:19 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:35:19 +0100
commitcf56a40609daae420c60f88df29d2132b18a4f97 (patch)
tree376be7716fabcf9b1e53867ade1e83453e0ae58a /npc
parentdecb212a7b7dc990b0d89d67b77de01afed1fb40 (diff)
downloadserverdata-cf56a40609daae420c60f88df29d2132b18a4f97.tar.gz
serverdata-cf56a40609daae420c60f88df29d2132b18a4f97.tar.bz2
serverdata-cf56a40609daae420c60f88df29d2132b18a4f97.tar.xz
serverdata-cf56a40609daae420c60f88df29d2132b18a4f97.zip
Fix bug in Silvio dialogue.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/silvio.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index b9ce97dc..c436ed56 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -130,13 +130,6 @@ l_ForeverAlone:
mesn "Narrator";
mes col(l("Silvio starts to speak to his bottle, you leave the conversation."), 9);
-l_Quit:
- mes "";
- mesn;
- mesq l("Give me a kiss before you say goodbye!");
-
- close;
-
l_Sailors:
mes "";
mesn;
@@ -176,6 +169,10 @@ l_Sailors:
close;
l_Quit:
- close;
+ mes "";
+ mesn;
+ mesq l("Give me a kiss before you say goodbye!");
+
+close;
}