Fix to NPC [Iromo's Mother#ep3_2] from [Alberta Boy] Quest.
When player is in step 9 from Alberta Boy quest (variable "ep13_2_hiki"), this NPC restart the entire quest, because there is no case to prevent variable > 8.
This commit is contained in:
parent
3cd6774910
commit
438e33a8d3
@ -2738,7 +2738,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 706,{
|
||||
}
|
||||
|
||||
alberta_in,120,93,3 script Iromo's Mother#ep3_2 53,{
|
||||
if (ep13_2_hiki == 8) {
|
||||
if (ep13_2_hiki >= 8) {
|
||||
mes "[Mother]";
|
||||
mes "Thank you for helping my son.";
|
||||
mes "But I think we can't do anything";
|
||||
|
Loading…
x
Reference in New Issue
Block a user