diff options
-rw-r--r-- | npc/000-1/silvio.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index ccae2ec6..0ddcaf25 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -139,6 +139,8 @@ l_ForeverAlone: mesn "Narrator"; mes col(l("Silvio starts to speak to his bottle, you leave the conversation."), 9); + close; + l_Sailors: mes ""; mesn; @@ -178,9 +180,8 @@ l_Sailors: close; l_Quit: - mes ""; - mesn; - mesq l("Give me a kiss before you say goodbye!"); + npctalk "Give me a kiss before you say goodbye!"; + closedialog; close; } |