diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-24 16:21:22 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-24 16:21:22 +0400 |
commit | 1c1c3d61fb0c1fc217dbf70593a6c092367cabcd (patch) | |
tree | d171b40348896b0f0bf91b05172c7e994457d412 /npc | |
parent | 9a5225919be62f854b4a5b6c844a1c2481eada40 (diff) | |
download | clientdata-1c1c3d61fb0c1fc217dbf70593a6c092367cabcd.tar.gz clientdata-1c1c3d61fb0c1fc217dbf70593a6c092367cabcd.tar.bz2 clientdata-1c1c3d61fb0c1fc217dbf70593a6c092367cabcd.tar.xz clientdata-1c1c3d61fb0c1fc217dbf70593a6c092367cabcd.zip |
Missing ')' in chef gado's script.
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 a14489f0..fb81b399 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -88,7 +88,7 @@ l_Sure: mesq l("Before you go, let me tell you how to get @@s, because you don't look very smart.", getitemlink("HalfCroconut")); next; mesq g(l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor girl.", getitemlink("Croconut")), - l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor boy.", getitemlink("Croconut")); + l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor boy.", getitemlink("Croconut"))); next; mesq l("Now move!"); close; |