mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -07:00
make the gf chest as child use the correct RC check (#2519)
This commit is contained in:
parent
ffbaef7823
commit
3d30f1701a
1 changed files with 7 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue