diff options
Diffstat (limited to 'npc/032-1/episode.txt')
-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; |