solarus-games/zsdx

Stuck on Ancient Castle

NOTtheMessiah opened this issue · 2 comments

On floor 2 of level 5, you can get stuck if you solve a puzzle in an unconventional way. Movable blocks can be positioned between two or more tiles, and in doing so, they stop both of the conveyor belt arrows above them. You can solve the puzzle by placing 2 movable blocks between tiles to block 4 arrow tiles. This solution seemingly fails to activate the chest containing the Boss key in the basement, leaving the player stuck. This happened in a game, and have not attempted to reproduce this.

conventional solution (where \/ is an arrow tile and [] is a movable block):
\/\/\/\/\/
__[]__[]__
alternate solution:
\/\/\/\/\/
_[]__[]___

I don't understand why the player would be stuck in this situation. You just have to go outside and come back to reset the movable blocks and try again.

Closing the issue, this is not a bug. Don't hesitate to reopen and give more details if I misunderstood something.