Fix infinite freeze in rando on GS pickup. (#4555)

This commit is contained in:
Malkierian 2024-11-19 15:40:23 -07:00 committed by GitHub
parent 4850041943
commit 3f2d8ddc01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1399,6 +1399,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
}
break;
}
case VB_FREEZE_ON_SKULL_TOKEN:
case VB_TRADE_TIMER_ODD_MUSHROOM:
case VB_TRADE_TIMER_EYEDROPS:
case VB_TRADE_TIMER_FROG: