diff options
-rw-r--r-- | npc/017-10/mayor.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index eab5175f0..55dea4bc2 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -56,20 +56,23 @@ case 18: .@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; + // Bad reporting + case 4: + mesn; + mesq l("Good luck arresting the criminal!"); + mesc l("You need both the stolen item as the thief to complete the quest."), 1; + break; + // Cutscene not seen case 1: mesn; mesq l("Good luck arresting the criminal!"); break; + // Default message default: mesn; mesq l("Benjamin reported in. Good luck arresting the criminal!"); |