diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:43:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:43:19 -0300 |
commit | ef7206eb765329e9d3d0ae70a4458dfd7e0c498d (patch) | |
tree | 489b817545ce0f88d1e60630cb399042d120e098 /npc/017-10 | |
parent | 4b689d7bef7d150505fa5420ce7b9a9343262b17 (diff) | |
download | serverdata-ef7206eb765329e9d3d0ae70a4458dfd7e0c498d.tar.gz serverdata-ef7206eb765329e9d3d0ae70a4458dfd7e0c498d.tar.bz2 serverdata-ef7206eb765329e9d3d0ae70a4458dfd7e0c498d.tar.xz serverdata-ef7206eb765329e9d3d0ae70a4458dfd7e0c498d.zip |
Fix a few obvious bugs
Diffstat (limited to 'npc/017-10')
-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; } |