diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:46:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-08 17:46:50 -0300 |
commit | 652fda811da1164afddf195879df2fbdf27b8984 (patch) | |
tree | 6c0b50f1029942b0cc2ed3a9ad9f52f2154d799f /npc/017-10/mayor.txt | |
parent | d519d52d7acd123c67d8a5e302ce07355a275e46 (diff) | |
download | serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.gz serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.bz2 serverdata-652fda811da1164afddf195879df2fbdf27b8984.tar.xz serverdata-652fda811da1164afddf195879df2fbdf27b8984.zip |
Ctrl update for new logic mechanic
Diffstat (limited to 'npc/017-10/mayor.txt')
-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; |