Skip to content

Commit

Permalink
Fixed a bug in Theore's Request quest that allows the player to bypas…
Browse files Browse the repository at this point in the history
…s some steps.

Closes #1533. Thanks to @indigo000
  • Loading branch information
Jittapan Pluemsumran committed Sep 3, 2016
1 parent 443a2b0 commit fb85ce2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions npc/re/quests/quests_mora.txt
Expand Up @@ -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;
Expand Down

0 comments on commit fb85ce2

Please sign in to comment.