diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-03 21:18:47 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-11-03 21:18:47 +0100 |
commit | 93fc012ae8a48aae4588ae2ceaf84c2592169194 (patch) | |
tree | 287c7f6b16e7a1fa66592acc370845312264a293 /npc | |
parent | 8bd6c81eae513384b6fefa74eeb933da5d1026b2 (diff) | |
download | clientdata-93fc012ae8a48aae4588ae2ceaf84c2592169194.tar.gz clientdata-93fc012ae8a48aae4588ae2ceaf84c2592169194.tar.bz2 clientdata-93fc012ae8a48aae4588ae2ceaf84c2592169194.tar.xz clientdata-93fc012ae8a48aae4588ae2ceaf84c2592169194.zip |
Small language fix in Chef Gado dialogue.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 5f7a746d..55597a78 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -93,7 +93,7 @@ l_QuestAccepted: menu rif(countitem("PiouLegs") > 1 && countitem("Croconut") > 0 && countitem("Aquada") > 0 && countitem("SeaDrops") > 0, l("All your... fresh ingredients are ready to be cooked.")), l_GotAll, - l("What are you needs?"), l_Need, + l("What are your needs?"), l_Need, l("Not yet. I will be back soon."), -; close; |