diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 19:48:56 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 19:48:56 -0200 |
commit | 7d36b506506e35d1061f09a8af4d037559032e55 (patch) | |
tree | 7fe482da46692b7ba2c25c7c418d973bbe323e67 /npc/012-7 | |
parent | 96b86a8724fb1cb8158c507e025653eb1ade4c28 (diff) | |
download | serverdata-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.txt | 3 |
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: |