diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-09 21:29:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-09 21:29:41 -0300 |
commit | d4cceab94cb03e9b0e9031daf9515244844b6e26 (patch) | |
tree | 820b3b5b9e5618108d056b5656b0960592d1308a /npc/032-1 | |
parent | ca7eb1bda3174b49b24fe4ca94c2b698bb829989 (diff) | |
download | serverdata-d4cceab94cb03e9b0e9031daf9515244844b6e26.tar.gz serverdata-d4cceab94cb03e9b0e9031daf9515244844b6e26.tar.bz2 serverdata-d4cceab94cb03e9b0e9031daf9515244844b6e26.tar.xz serverdata-d4cceab94cb03e9b0e9031daf9515244844b6e26.zip |
The arena is ready
Diffstat (limited to 'npc/032-1')
-rw-r--r-- | npc/032-1/episode.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 538d40692..70a547850 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -30,14 +30,14 @@ mesq l("You're stupid. Leave."); close; } - if (!.@banu_prize) { + if (!.@razor_info) { mesn; - mesq l("And who would you be? Another bandit? Leave!"); + mesq l("You don't need to talk with any researcher inside, so why bother? Leave!"); close; } - if (!.@razor_info) { + if (!.@banu_prize) { mesn; - mesq l("You don't need to talk with any researcher inside, so why bother? Leave!"); + mesq l("And who would you be? Another bandit? Leave!"); close; } if (!.@eurni_info) { @@ -64,7 +64,7 @@ OnInit: OnTouch: .@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99); if (getq(LoFQuest_EPISODE) > 15 || .@q) - slide 40, 21; + slide 52, 127; else dispbottom l("This door is locked."); end; |