diff options
Diffstat (limited to 'npc/017-10/mayor.txt')
-rw-r--r-- | npc/017-10/mayor.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index 1532ab0ca..c1e8c90ea 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -180,14 +180,15 @@ mesn; mesq l("Now go and save the world or something like that. I mean, it is not like I really cared with the world, anyway... With luck you'll even find what you are looking for."); next; + setq General_Narrator, 20; // FALLTHROUGH - default: + case 20: + case 21: setcamnpc "#ToFortress"; mesn; mesq l("Just go over there and you'll be able to board the Airship. The travel takes a while so please be patient and good luck!"); next; setcamnpc; - setq General_Narrator, 20; // TODO: Maybe investigate & report to Tulimshar Magic Council? break; } |