diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-26 00:33:09 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-26 00:33:09 +0100 |
commit | 821337653f1e4fb891f66882e4d0b4eeddb00ad0 (patch) | |
tree | 9f20f8c7d8397a36d38ecab246db33ea4deac1d3 /npc | |
parent | 045baf00caa7aea15821262f0b96ff4d03c22643 (diff) | |
download | clientdata-821337653f1e4fb891f66882e4d0b4eeddb00ad0.tar.gz clientdata-821337653f1e4fb891f66882e4d0b4eeddb00ad0.tar.bz2 clientdata-821337653f1e4fb891f66882e4d0b4eeddb00ad0.tar.xz clientdata-821337653f1e4fb891f66882e4d0b4eeddb00ad0.zip |
Fix Silvio dialogue (Julia/piou joke).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/silvio.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index 4ac46f19..3706623b 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -30,7 +30,6 @@ menu g(l("You're right, it's about you."), l("You're right, it's about Julia.")), l_Julia, - l("Oh look, there's a piou behind you!"), l_Piou, l("What is Artis?"), l_Artis, l("None of them?"), -; @@ -108,8 +107,11 @@ l_Julia: l("Not to kill your dream, but... Julia is mine!")); next; mesq l("She said she will accept me when pious will have teeth. It's just a matter of time, you see?"); + next; - close; + menu + l("I see. Bye!"), l_Quit, + l("Oh look, there's a piou behind you!"), l_Piou; l_Piou: mes ""; |