diff options
author | Vreality <vreality@donutdev.com> | 2014-05-05 06:49:13 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-05-05 06:54:02 -0500 |
commit | 9bf115afded2f22a06c99e22a1f864b5c97d83ed (patch) | |
tree | 42af70b1e555a91b493ec6e2ab6e5cb2e8d71939 /world/map/npc/001-1/sandra.txt | |
parent | d92fb4f2d63ba30d426040716dc9ec4edb6a90cf (diff) | |
download | serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.gz serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.bz2 serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.xz serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.zip |
Dialogue changes to NPCs
Improved the dialogue of the bookshelf containing "zukminbirf."
Added "croupier" name tag to the Roulette NPC's dialog
Improved grammar and wording
Replaced ". " with ". "
Replaced " -- " with an en dash (" – ").
Diffstat (limited to 'world/map/npc/001-1/sandra.txt')
-rw-r--r-- | world/map/npc/001-1/sandra.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/001-1/sandra.txt b/world/map/npc/001-1/sandra.txt index 14d71621..ae394a3e 100644 --- a/world/map/npc/001-1/sandra.txt +++ b/world/map/npc/001-1/sandra.txt @@ -21,17 +21,17 @@ goto L_Opening0; L_Opening0: - mes "\"In the outskirts of Tulimshar, there are some scorpions... I need help! Will you help?\""; + mes "\"In the outskirts of Tulimshar, there are some scorpions... I need help! Will you help?\""; next; goto L_Ask; L_Opening1: - mes "\"When you venture to the outskirts of Tulimshar, you can spot scorpions. Will you help me kill some?\""; + mes "\"When you venture to the outskirts of Tulimshar, you can spot scorpions. Will you help me kill some?\""; next; goto L_Ask; L_Opening2: - mes "\"The Scorpion Stinger carries many properties used in potions. Would you get some for me?\""; + mes "\"The Scorpion Stinger carries many properties used in potions. Would you get some for me?\""; next; goto L_Ask; @@ -59,13 +59,13 @@ L_Req0: L_Req1: mes "[Sandra]"; - mes "\"I heard a while ago that stingers from scorpions can be used for medical purposes. I need you to help me get 5 Scorpion Stingers.\""; + mes "\"I heard a while ago that stingers from scorpions can be used for medical purposes. I need you to help me get 5 Scorpion Stingers.\""; next; goto L_Set; L_Req2: mes "[Sandra]"; - mes "\"Bring me 5 Scorpion Stingers. I'll give you something if you do!\""; + mes "\"Bring me 5 Scorpion Stingers. I'll give you something if you do!\""; next; goto L_Set; @@ -109,7 +109,7 @@ L_Close: L_TooMany: next; mes "[Sandra]"; - mes "\"You don't have room for my reward. I'll wait until you do.\""; + mes "\"You don't have room for my reward. I'll wait until you do.\""; goto L_Close; S_Update_Var: |