summaryrefslogtreecommitdiff
path: root/npc/017-10
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-10')
-rw-r--r--npc/017-10/mayor.txt26
1 files changed, 23 insertions, 3 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt
index e8f840856..eab5175f0 100644
--- a/npc/017-10/mayor.txt
+++ b/npc/017-10/mayor.txt
@@ -54,10 +54,30 @@
break;
// Barbara Quest in progress
case 18:
- // Barbara Quest was just finished (node 19 is temporary)
- case 19:
+ .@s=getq(LoFQuest_Barbara);
+ switch (.@s) {
+ case 4:
+ mesn;
+ mesq l("Good luck arresting the criminal!");
+ mesc l("You need both the stolen item as Barbara to complete the quest."), 1;
+ break;
+ case 5:
+ // Endtrail
+ mes "";
+ mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
+ break;
+ case 1:
+ mesn;
+ mesq l("Good luck arresting the criminal!");
+ break;
+ default:
+ mesn;
+ mesq l("Benjamin reported in. Good luck arresting the criminal!");
+ break;
+ }
+ break;
// Barbara Quest was complete and solution was marked in BARBARA_STATE
- case 20:
+ case 19:
// Endtrail
mes "";
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;