Fixed a bug in Theore's Request quest that allows the player to bypass some steps.

Closes #1533. Thanks to @Indigo000
This commit is contained in:
Jittapan Pluemsumran 2016-09-03 22:35:58 +07:00
parent 443a2b0f9b
commit fb85ce207d
No known key found for this signature in database
GPG Key ID: CE430096446F41D9

View File

@ -526,6 +526,11 @@ splendide,183,117,4 script Tired-looking Fairy 438,{
close;
} else if (ep14_1_bs < 10) {
if (checkquest(11187) == -1) {
if(!isbegin_quest(11186)) { // TODO: Confirm official dialog (is there one?)
mes "[Tired-looking Fairy]";
mes "I'm tired, don't talk to me.";
close;
}
mes "[Tired-looking Fairy]";
mes "I'm tired, don't talk to me.";
next;