make the gf chest as child use the correct RC check (#2519)

This commit is contained in:
Adam Bird 2023-02-23 01:10:30 -05:00 committed by David Chavez
parent ffbaef7823
commit 3d30f1701a

View File

@ -2591,6 +2591,13 @@ RandomizerCheckObject Randomizer::GetCheckObjectFromActor(s16 actorId, s16 scene
break;
}
break;
case SCENE_SPOT12:
// GF chest as child has different params and gives odd mushroom
// set it to the GF chest check for both ages
if (actorId == ACTOR_EN_BOX) {
specialRc = RC_GF_CHEST;
}
break;
case SCENE_DDAN:
// special case for MQ DC Gossip Stone
if (actorId == ACTOR_EN_GS && actorParams == 15892 && ResourceMgr_IsGameMasterQuest()) {