diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-25 19:20:18 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-25 19:20:18 +0400 |
commit | 38f8ee23a0ffb5c6cd8830f4ad9be908770c6151 (patch) | |
tree | 638d5183fe88d91e14574b9b82ac866a161f89d3 /npc | |
parent | fbcea3d92a940cb5f4ab11c514261ce7095af4c7 (diff) | |
download | clientdata-38f8ee23a0ffb5c6cd8830f4ad9be908770c6151.tar.gz clientdata-38f8ee23a0ffb5c6cd8830f4ad9be908770c6151.tar.bz2 clientdata-38f8ee23a0ffb5c6cd8830f4ad9be908770c6151.tar.xz clientdata-38f8ee23a0ffb5c6cd8830f4ad9be908770c6151.zip |
Fixed newly added dialogue.
Diffstat (limited to 'npc')
-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 953245b4..8dd8de3f 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -173,19 +173,19 @@ l_Aborting: next; menu - l("I informed Julia about your plan."), -, + l("I informed Julia about your monstrous plan."), -, mes ""; mesn; - mesq l("Are you crazy?"); + mesq l("Are you mad?!"); next; - mesq l("Give me back this dish now, you dirty liar."); + mesq l("Give me back this dish now, you dirty liar!"); if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; setq ShipQuests_ChefGado, 6; next; - mesq l("You're like the rest of this crew, I can't count on you!"); + mesq l("You're like the rest of this filthy crew, I can't trust you!"); close; |