diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:01:57 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:01:57 +0400 |
commit | 07c7b10bfc1ee18e7359cd6fef168032653d0f75 (patch) | |
tree | 6df2562c432d1ce352d8e292c1a2f4744dc859e8 /npc/000-2-1/chefgado.txt | |
parent | 2753c9815009d02c7251286440704e901452625a (diff) | |
download | serverdata-07c7b10bfc1ee18e7359cd6fef168032653d0f75.tar.gz serverdata-07c7b10bfc1ee18e7359cd6fef168032653d0f75.tar.bz2 serverdata-07c7b10bfc1ee18e7359cd6fef168032653d0f75.tar.xz serverdata-07c7b10bfc1ee18e7359cd6fef168032653d0f75.zip |
Fixes in the chefgado script, for translation purposes: gender specific.
Diffstat (limited to 'npc/000-2-1/chefgado.txt')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index b4d0b7463..424af0c43 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -35,7 +35,7 @@ l_QuestStart: next; menu - l("So rude. What is the reason behind your malice?"), l_Rude, + l("How rude! What is the reason behind your malice?"), l_Rude, l("I swear, I do not eat so much."), -; close; @@ -43,7 +43,7 @@ l_QuestStart: l_Rude: mes ""; mesn; - mesq l("UAHAHAHAAH! I am the cook of that bunch of donkeys, I can be rude with everyone from the bossy captain to that harpy-lady!"); + mesq l("UAHAHAHAAH! I am the cook of that bunch of donkeys and I can be rude with everyone from this bossy captain to that harpy-lady!"); next; menu @@ -65,7 +65,7 @@ l_Rude: mes ""; mesn; - mesq l("Well... Welcome aboard, cutie!"); + mesq lg("Well... Welcome aboard, cutie!"); next; mesq l("I just realized I needed delicious ingredients to prepare a... A special recipe."); next; @@ -150,7 +150,7 @@ l_QuestComplete: l_QuestAborted: mesn; - mesq l("You dirty liar. I will add your name on the traitors list."); + mesq lg("You dirty liar. I will add your name on the traitors list."); close; |