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:
parent
443a2b0f9b
commit
fb85ce207d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user