diff options
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/mayor.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index b2689d02b..e8f840856 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -52,7 +52,12 @@ setq LoFQuest_Barbara, 1; setq General_Narrator, 18; break; + // Barbara Quest in progress case 18: + // Barbara Quest was just finished (node 19 is temporary) + case 19: + // Barbara Quest was complete and solution was marked in BARBARA_STATE + case 20: // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |