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