mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 11:22:17 -05:00
make the gf chest as child use the correct RC check (#2519)
This commit is contained in:
parent
ffbaef7823
commit
3d30f1701a
@ -2591,6 +2591,13 @@ RandomizerCheckObject Randomizer::GetCheckObjectFromActor(s16 actorId, s16 scene
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
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:
|
case SCENE_DDAN:
|
||||||
// special case for MQ DC Gossip Stone
|
// special case for MQ DC Gossip Stone
|
||||||
if (actorId == ACTOR_EN_GS && actorParams == 15892 && ResourceMgr_IsGameMasterQuest()) {
|
if (actorId == ACTOR_EN_GS && actorParams == 15892 && ResourceMgr_IsGameMasterQuest()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user