diff --git a/region/lowernorfair/east/Fast Pillars Setup Room.json b/region/lowernorfair/east/Fast Pillars Setup Room.json index ed9dcfa332..57ba4e832f 100644 --- a/region/lowernorfair/east/Fast Pillars Setup Room.json +++ b/region/lowernorfair/east/Fast Pillars Setup Room.json @@ -2284,7 +2284,7 @@ "name": "HiJump", "requires": [ "HiJump", - {"heatFrames": 250}, + {"heatFrames": 200}, {"or": [ {"and": [ "h_usePowerBomb", @@ -2309,11 +2309,17 @@ "name": "HiJumpless", "requires": [ {"or": [ - "canPreciseWalljump", + {"and": [ + "canPreciseWalljump", + {"or": [ + "canStationarySpinJump", + {"heatFrames": 250} + ]} + ]}, "canSpringBallJumpMidAir", "SpaceJump" ]}, - {"heatFrames": 400}, + {"heatFrames": 250}, {"or": [ "h_usePowerBomb", {"obstaclesCleared": ["A"]}