Room ID: 46
From: 1
Left Door
To: 3
Middle Visible Item
Blindly grab the item before PLMs are overloaded, then return and exit g-mode to remotely acquire the item. Starting a completely blind IBJ can be somewhat tricky, even if for such a short distance. Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": true } } Requires: { "or": [ "h_canArtificialMorphSpringBall", { "and": [ "h_canArtificialMorphIBJ", "canOffScreenMovement" ] } ] } Clears obstacles: A Dev note: There would typically be risk of the logic being incorrect if the player exits g-mode, progresses to the right to get the next item, then comes back and this obstacle is still set so they can go through the pipe. Fortunately getting the item to the right also requires Morph. |