diff options
author | Reid <reidyaro@gmail.com> | 2012-11-28 09:58:23 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-28 09:58:23 +0100 |
commit | 471f6321ab3418d2b6ea2e8062616aa466dfbe18 (patch) | |
tree | 35edc52d15fa3fafaeec8345b9ddc09851552015 /npc | |
parent | 95ac18595f920b220a9510fcc7d06f172b57807f (diff) | |
download | serverdata-471f6321ab3418d2b6ea2e8062616aa466dfbe18.tar.gz serverdata-471f6321ab3418d2b6ea2e8062616aa466dfbe18.tar.bz2 serverdata-471f6321ab3418d2b6ea2e8062616aa466dfbe18.tar.xz serverdata-471f6321ab3418d2b6ea2e8062616aa466dfbe18.zip |
Correct typo on Silvio's script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/silvio.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index bde671ca..96b5f7da 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -15,7 +15,7 @@ menu l("Hello... Do I know you?"), -, - l("Find, could you tell me where I can find Gugli's sailors?"), l_Sailors, + l("Fine, could you tell me where I can find Gugli's sailors?"), l_Sailors, l("Uhm, bye."), l_Quit; mes ""; @@ -140,12 +140,12 @@ l_Quit: l_Sailors: mes ""; mesn; - mesq l("What? Why? They aren't more sexy than me, why do you want to see them?."); + mesq l("What? Why? They aren't more sexy than me, why do you want to see them?"); next; mesq l("And what do you give me against these informations?"); next; - setcamnpc "Sapartan"; + setcamnpc "Gugli"; mesn "Gugli"; mesq g(l("Don't bother her Silvio, or I'll need to tell her that you cry like a baby when you hear a thunder in the night."), |