diff options
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: |