Added missing quest ID in quest_db.txt (issue #2012)

Partial fix of issue #2002, Incorrect use of 'close' command in quests_eclage.txt
This commit is contained in:
Atemo 2017-03-20 15:30:46 +01:00
parent 744042066b
commit 17a273864a
2 changed files with 6 additions and 2 deletions

View File

@ -2196,6 +2196,8 @@
11201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef"
11202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef"
11203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef"
11204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..."
11205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pauchon's Friend"
11206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quick Delivery Yoneseu"
11207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Very Heavy Burden"
11208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daphne"

View File

@ -476,10 +476,12 @@ OnTouch:
mes "Hey!!!!!!!";
mes "Be careful over there!!";
emotion e_omg,0,"Fairy Carpenter#ep14_2";
close;
}
else if (ep14_2_oliver <= 6)
if (ep14_2_oliver <= 6) {
mes "- The bridge is broken. There should be some kind of a solution. -";
close;
close;
}
}
}