From 22f6d7a9ed6edaca6d327456cb3d1eab5b13c111 Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 8 Dec 2012 14:56:39 +0400 Subject: Minor language fixes on the new random sentences in chefgado.txt. Thanks to Hal9000 for adding them. --- npc/000-2-1/chefgado.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/000-2-1') diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index e1e13dd8..a53cf7a9 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -27,9 +27,9 @@ mesn; set @r, rand(3); - if (@r == 0) mesq l("What are you doing in my kitchen?! Get out, it's not place for kids!"); - if (@r == 1) mesq l("Where is the damn salt?! Give me the salt. I know you have it!"); - if (@r == 2) mesq l("Are you going to stand over there all day long? Do the dishes or go away."); + if (@r == 0) mesq l("What are you doing in my kitchen?! Get out, it's not a place for kids!"); + if (@r == 1) mesq l("Where is the damn salt?! Give me the salt, I know you have it!"); + if (@r == 2) mesq l("Are you going to stand here all day long? Do the dishes or go away."); close; l_QuestStart: -- cgit v1.2.3-60-g2f50