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.
@@ -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";