From 7d36b506506e35d1061f09a8af4d037559032e55 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 5 Jan 2019 19:48:56 -0200 Subject: Minor bugfixes --- npc/012-7/airlia.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/012-7') 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: -- cgit v1.2.3-60-g2f50