Update soh/soh/Enhancements/randomizer/hook_handlers.cpp

Co-authored-by: Archez <Archez@users.noreply.github.com>
This commit is contained in:
Eric Hoey 2025-04-08 10:38:57 -04:00 committed by GitHub
commit 6fbe77346c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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