This commit is contained in:
Pepper0ni 2025-04-26 12:26:46 +01:00
commit 0353c0ae0a

View file

@ -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