mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
clanged
This commit is contained in:
parent
2b793ed2d8
commit
0353c0ae0a
1 changed files with 7 additions and 7 deletions
|
@ -253,10 +253,10 @@ bool Here(const RandomizerRegion region, ConditionFn condition) {
|
||||||
* the second condition is the same for adult 1F lock, and the third is the access from the boss door.
|
* the second condition is the same for adult 1F lock, and the third is the access from the boss door.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
bool SpiritExplosiveKeyLogic() {
|
bool SpiritExplosiveKeyLogic() {
|
||||||
return logic->SmallKeys(RR_SPIRIT_TEMPLE,
|
return logic->SmallKeys(RR_SPIRIT_TEMPLE, logic->SpiritBrokenWallToStatue() ? 1
|
||||||
logic->SpiritBrokenWallToStatue() ? 1 : ctx->GetOption(RSK_BOMBCHU_BAG) && logic->BombchuRefill() ? 2 : 3);
|
: ctx->GetOption(RSK_BOMBCHU_BAG) && logic->BombchuRefill() ? 2
|
||||||
|
: 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue