diff options
author | Alige <aligetmw@hotmail.fr> | 2013-05-21 17:03:08 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-05-21 17:03:08 +0400 |
commit | f9209fc04e421bee4d002989270c04fb8ebd5a86 (patch) | |
tree | 064b6b77a46ca92158b1ce43a67f8d3f1c579442 | |
parent | 04528305c6d244efe89a59d58588d6d8056ec4e1 (diff) | |
download | clientdata-f9209fc04e421bee4d002989270c04fb8ebd5a86.tar.gz clientdata-f9209fc04e421bee4d002989270c04fb8ebd5a86.tar.bz2 clientdata-f9209fc04e421bee4d002989270c04fb8ebd5a86.tar.xz clientdata-f9209fc04e421bee4d002989270c04fb8ebd5a86.zip |
Fixed a line in cookie master's script.
-rw-r--r-- | npc/000-1/cookiemaster.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index e6ef2495..9558ed5b 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -137,8 +137,15 @@ l_Friends: next; menu - l("I know didn't help at all... I'll be back soon, trust me!"), l_Bye, - l("You tell me!"), l_Check; + l("I wish I helped your friends, because I'd really, really like a cookie."), -, + l("You tell me. Do I deserve a cookie?"), l_Check; + + mes ""; + mesn; + mesq l("Don't worry, I'm sure you will help them soon enough!"); + next; + + goto l_Bye; l_Presentation: mes ""; |