mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
Update soh/soh/Enhancements/randomizer/hook_handlers.cpp
Co-authored-by: Archez <Archez@users.noreply.github.com>
This commit is contained in:
parent
c82616a875
commit
430fa9fec7
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
||||||
}
|
}
|
||||||
case VB_GIVE_RANDO_GLITCH_FISHING_PRIZE: {
|
case VB_GIVE_RANDO_GLITCH_FISHING_PRIZE: {
|
||||||
if (IS_RANDO) {
|
if (IS_RANDO) {
|
||||||
VBFishingData* fishData = va_arg(args, VBFishingData*);
|
Fishing* fishing = va_arg(args, Fishing*);
|
||||||
if (!Flags_GetRandomizerInf(RAND_INF_ADULT_FISHING)) {
|
if (!Flags_GetRandomizerInf(RAND_INF_ADULT_FISHING)) {
|
||||||
Flags_SetRandomizerInf(RAND_INF_ADULT_FISHING);
|
Flags_SetRandomizerInf(RAND_INF_ADULT_FISHING);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue