first try

This commit is contained in:
Eric Hoey 2025-04-08 10:59:11 -04:00
commit e6e652d5e6

View file

@ -1598,7 +1598,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
Flags_SetRandomizerInf(RAND_INF_ADULT_FISHING);
}
*should = true;
fishing->actor->stateAndTimer = 0;
fishing->stateAndTimer = 0;
}
break;
}