diff options
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; |