diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:51:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:51:57 -0300 |
commit | 33980dff1e2bb1e5c55dd58a088850ea61359c5c (patch) | |
tree | e54d655a6601cd0a5db197e39b7e281ad1514854 /npc/017-10 | |
parent | 74e6f9fe9bbefd4fb06985b1ecc924e366174cbb (diff) | |
download | serverdata-33980dff1e2bb1e5c55dd58a088850ea61359c5c.tar.gz serverdata-33980dff1e2bb1e5c55dd58a088850ea61359c5c.tar.bz2 serverdata-33980dff1e2bb1e5c55dd58a088850ea61359c5c.tar.xz serverdata-33980dff1e2bb1e5c55dd58a088850ea61359c5c.zip |
Barbara's name is not yet known as of Quest State 4
Diffstat (limited to 'npc/017-10')
-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!"); |