mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
dmc poh
This commit is contained in:
parent
402fbe4d04
commit
36e44ba265
1 changed files with 7 additions and 0 deletions
|
@ -1539,6 +1539,13 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act
|
||||||
case 1030:
|
case 1030:
|
||||||
return GRAVEYARD_FREESTANDING_POH;
|
return GRAVEYARD_FREESTANDING_POH;
|
||||||
}
|
}
|
||||||
|
case 97:
|
||||||
|
switch(actorParams) {
|
||||||
|
case 2054:
|
||||||
|
return DMC_VOLCANO_FREESTANDING_POH;
|
||||||
|
case 518:
|
||||||
|
return DMC_WALL_FREESTANDING_POH;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return UNKNOWN_CHECK;
|
return UNKNOWN_CHECK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue