Room ID: 186
From: 7
Right of Sand with Blue Speed
To: 4
Right Door
Use X-Ray to turn around, then chain temporary blue back through the door. Requires: "h_getBlueSpeedMaxRunway" "canXRayTurnaround" "canChainTemporaryBlue" Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} Dev note: The `h_getBlueSpeedMaxRunway` requirement is to satisfy the tests, since we don't yet have a way to represent that being at node 7 implies already having blue speed. |