summaryrefslogtreecommitdiff
path: root/npc/012-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-05 19:48:56 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-05 19:48:56 -0200
commit7d36b506506e35d1061f09a8af4d037559032e55 (patch)
tree7fe482da46692b7ba2c25c7c418d973bbe323e67 /npc/012-7
parent96b86a8724fb1cb8158c507e025653eb1ade4c28 (diff)
downloadserverdata-7d36b506506e35d1061f09a8af4d037559032e55.tar.gz
serverdata-7d36b506506e35d1061f09a8af4d037559032e55.tar.bz2
serverdata-7d36b506506e35d1061f09a8af4d037559032e55.tar.xz
serverdata-7d36b506506e35d1061f09a8af4d037559032e55.zip
Minor bugfixes
Diffstat (limited to 'npc/012-7')
-rw-r--r--npc/012-7/airlia.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt
index c7ca72bc5..cb7219eac 100644
--- a/npc/012-7/airlia.txt
+++ b/npc/012-7/airlia.txt
@@ -18,7 +18,7 @@
.@n = getq(General_Narrator);
if (strcharinfo(0) == $MOST_HEROIC$) npctalk3 l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$);
if (.@q1 == 4) goto L_Letter;
- if (.@n == 4) goto L_Mayor;
+ if (.@n == 3) goto L_Mayor;
mesn;
mesq l("Oh, a visitor. Welcome to the city hall. Please, enjoy your stay.");
close;
@@ -49,6 +49,7 @@ L_Mayor:
next;
mesn;
mesq l("Anyway, he is not available at the moment. Try your luck again later.");
+ setq General_Narrator, 3, 1;
close;
OnInit: