mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
fix ITEM_00's giving twinrovas check (#4820)
This commit is contained in:
parent
cb738306d8
commit
6ec71964a1
@ -883,6 +883,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
||||
RandomizerCheck rc = OTRGlobals::Instance->gRandomizer->GetCheckFromActor(
|
||||
item00->actor.id, gPlayState->sceneNum, item00->ogParams);
|
||||
if (rc != RC_UNKNOWN_CHECK) {
|
||||
item00->randoInf = RAND_INF_MAX;
|
||||
item00->actor.params = ITEM00_SOH_DUMMY;
|
||||
item00->itemEntry = Rando::Context::GetInstance()->GetFinalGIEntry(
|
||||
rc, true, (GetItemID)Rando::StaticData::GetLocation(rc)->GetVanillaItem());
|
||||
|
Loading…
Reference in New Issue
Block a user