Fixed a couple of answers on Knight job quest test (#4724)

This commit is contained in:
Daegaladh 2020-03-27 15:31:24 +01:00 committed by GitHub
parent d6f948fea7
commit 34cb15ec04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1634,7 +1634,7 @@ prt_in,69,107,6 script Lady Amy#knt 728,{
mes "[Lady Amy]";
mes "But some rude players came with a group of monsters and disappeared! What should you do?";
next;
if (select("Keep the monsters from reaching the party.:Defend while the party retreats.:Run away on your Peco Peco.") == 2)
if (select("Keep the monsters from reaching the party.:Defend while the party retreats.:Run away on your Peco Peco.") != 3)
set .@knight_t,.@knight_t+10;
mes "[Lady Amy]";
mes "Luckily, you all lived through the crisis. But as you walk, you find a person, who is not in your party, collapsed on the ground.";
@ -1662,7 +1662,7 @@ prt_in,69,107,6 script Lady Amy#knt 728,{
mes "What should you";
mes "do to sell your item?";
next;
if (select("Shout out loud to everyone.:Open a chat room and wait.:Inquire if there is anyone that is interested.") == 3)
if (select("Shout out loud to everyone.:Open a chat room and wait.:Inquire if there is anyone that is interested.") != 1)
set .@knight_t,.@knight_t+10;
mes "[Lady Amy]";
mes "While you are waiting,";