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/010-2/chef.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/010-2/chef.txt')
-rw-r--r-- | world/map/npc/010-2/chef.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/010-2/chef.txt b/world/map/npc/010-2/chef.txt index 0f1785d7..9fcc1831 100644 --- a/world/map/npc/010-2/chef.txt +++ b/world/map/npc/010-2/chef.txt @@ -21,7 +21,7 @@ L_Next: mes "[Chef]"; mes ""; mes "You explain Kadiya's situation to him."; - mes "\"Hmrmf. I can't help you; I'm a chef, not a baker!\""; + mes "\"Hmrmf. I can't help you; I'm a chef, not a baker!\""; close; L_lace_cupcake: @@ -34,7 +34,7 @@ L_Next1: mes "[Chef]"; mes ""; mes "You explain Kadiya's situation to him."; - mes "\"Hmrmf. I was about to make another batch of orange cupcakes. Do you have that potion with you?\""; + mes "\"Hmrmf. I was about to make another batch of orange cupcakes. Do you have that potion with you?\""; next; menu "No, sorry.", L_bringit, @@ -51,7 +51,7 @@ L_Next2: next; mes "[Chef]"; mes ""; - mes "\"Ah yes. We need to bind the smell in gingerbread. Bring me three pieces of gingerbread, one orange, and 500 GP for the other ingredients, and I will make you your cupcake.\""; + mes "\"Ah yes. We need to bind the smell in gingerbread. Bring me three pieces of gingerbread, one orange, and 500 GP for the other ingredients, and I will make you your cupcake.\""; next; menu "I'll go and get it.", L_End, @@ -77,18 +77,18 @@ L_Next3: mes "[Chef]"; mes ""; - mes "\"Good, good. This should work.\""; + mes "\"Good, good. This should work.\""; mes "He crumbles the gingerbread, mixes it with the potion and some spices, and finally adds some cupcake batter and the orange pieces."; next; mes "[Chef]"; mes ""; mes "\"Take a seat.\""; - mes "He fills the mixture into a cupcake form and puts it into the oven. You watch the cupcake grow for a while."; + mes "He fills the mixture into a cupcake form and puts it into the oven. You watch the cupcake grow for a while."; mes "Finally, he removes the form and carefully extracts the cupcake."; next; mes "[Chef]"; mes ""; - mes "\"Here you are. It's a bit bigger than a regular cupcake and will taste a bit like ginger, I think, but otherwise it should be fine.\""; + mes "\"Here you are. It's a bit bigger than a regular cupcake and will taste a bit like ginger, I think, but otherwise it should be fine.\""; close; L_no_gingerbread: @@ -106,7 +106,7 @@ L_no_orange: L_no_Zeny: mes "[Chef]"; mes ""; - mes "\"No. I need extra ingredients worth 500 GP, and I expect you to pay for those.\""; + mes "\"No. I need extra ingredients worth 500 GP, and I expect you to pay for those.\""; close; L_no_potion: |