summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-05-21 10:03:35 +0400
committerAlige <aligetmw@hotmail.fr>2013-05-21 10:03:35 +0400
commit25d9248e28f2327f6196cfda69f3901454dd587a (patch)
tree68b49bc45a77a81c3d37510b532706359545a60c /npc
parente1e4de3e8e215c114bda01cb25d46d357208f6fc (diff)
downloadserverdata-25d9248e28f2327f6196cfda69f3901454dd587a.tar.gz
serverdata-25d9248e28f2327f6196cfda69f3901454dd587a.tar.bz2
serverdata-25d9248e28f2327f6196cfda69f3901454dd587a.tar.xz
serverdata-25d9248e28f2327f6196cfda69f3901454dd587a.zip
Fixed small issue in the cookie master script.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/cookiemaster.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt
index 6bbfb5e6..9ba7db6f 100644
--- a/npc/000-1/cookiemaster.txt
+++ b/npc/000-1/cookiemaster.txt
@@ -37,7 +37,7 @@
if (strcharinfo(0) == "Socapex")
goto l_Reward;
- mesq l("I'm sorry but I can't see your name anywhere on my list. But my cookies are restricted to a certain type of people...");
+ mesq l("I'm sorry but I can't see your name anywhere.");
next;
mesq l("You see, my cookies are restricted to a certain type of people...");
next;
@@ -135,7 +135,7 @@ l_Presentation:
goto l_TaskExpanation;
l_Reward:
- mesq l("Let me check... Yes! @@ is written on my cookie list...", strcharinfo(0));
+ mesq l("Yes! @@ is written on my cookie list.", strcharinfo(0));
next;
mesq l("That's quite surprising... You don't look very helpful.");
next;