mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
llr poh
This commit is contained in:
parent
d73bc1fb72
commit
bf44f42b6d
1 changed files with 5 additions and 0 deletions
|
@ -1516,6 +1516,11 @@ RandomizerCheck Randomizer::GetCheckFromActor(s16 sceneNum, s16 actorId, s16 act
|
||||||
case 7686:
|
case 7686:
|
||||||
return LH_FREESTANDING_POH;
|
return LH_FREESTANDING_POH;
|
||||||
}
|
}
|
||||||
|
case 76:
|
||||||
|
switch(actorParams) {
|
||||||
|
case 262:
|
||||||
|
return LLR_FREESTANDING_POH;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return UNKNOWN_CHECK;
|
return UNKNOWN_CHECK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue