summaryrefslogtreecommitdiff
path: root/npc/001-1/flyingpiou.txt
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-17 02:59:59 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-17 02:59:59 +0300
commit131b072228ddc3f67f3ea701703990bdc1937f61 (patch)
treebb8a1ca6aca1c92cf4f2aaa86dc8af8f00bea628 /npc/001-1/flyingpiou.txt
parentd23cd0f379bd01eacea337ffb49b68c4faa1b71c (diff)
downloadserverdata-131b072228ddc3f67f3ea701703990bdc1937f61.tar.gz
serverdata-131b072228ddc3f67f3ea701703990bdc1937f61.tar.bz2
serverdata-131b072228ddc3f67f3ea701703990bdc1937f61.tar.xz
serverdata-131b072228ddc3f67f3ea701703990bdc1937f61.zip
add const NPC_SALEM 125, change trader ID
Diffstat (limited to 'npc/001-1/flyingpiou.txt')
-rw-r--r--npc/001-1/flyingpiou.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt
index ff558a9e..64a5019d 100644
--- a/npc/001-1/flyingpiou.txt
+++ b/npc/001-1/flyingpiou.txt
@@ -73,7 +73,7 @@ function script ArtisFlyingPiouLogic {
mesn "Narrator";
mes col(l("You caught the piou, but it's trying to escape from you. You'd better hurry back to Salem."), 9);
set getvariableofnpc(.LastPiouHunter$, .@trader$), strcharinfo(0);
- set getvariableofnpc(.PiouEscapedMessage$, .@trader$), l("The Piou escaped :-P");
+ set getvariableofnpc(.PiouEscapedMessage$, .@trader$), l("Oh no, the piou escaped!");
set getvariableofnpc(.LastPiouHunterID, .@trader$), .@charid;
set getvariableofnpc(.PiouCaught, .@trader$), 1;
donpcevent .@trader$ + "::OnPiouFlee";