diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-08 14:56:39 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-08 14:56:39 +0400 |
commit | 22f6d7a9ed6edaca6d327456cb3d1eab5b13c111 (patch) | |
tree | edc744b68076a74dab42b81abc1966f380099b9c /npc | |
parent | a8719ab458aa01d9df260cabbc877006c754baf5 (diff) | |
download | serverdata-22f6d7a9ed6edaca6d327456cb3d1eab5b13c111.tar.gz serverdata-22f6d7a9ed6edaca6d327456cb3d1eab5b13c111.tar.bz2 serverdata-22f6d7a9ed6edaca6d327456cb3d1eab5b13c111.tar.xz serverdata-22f6d7a9ed6edaca6d327456cb3d1eab5b13c111.zip |
Minor language fixes on the new random sentences in chefgado.txt.
Thanks to Hal9000 for adding them.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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: |