Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
11771 Bug Report minor have not tried 2018-11-25 05:48 2019-07-02 16:21
Yermak Remote  
Online  
normal WebTiles  
new 0.23 ancient branch  
0.23-a0-456-gc514d67198 open  
none    
none  
0011771: The other floor is shown on X-map when trying to travel to unreachable stairs.
See back-up save: I wanted to get to stairs in Gehenna so I issued the next sequence of commands: 'X<.', but as it turned out, stairs were unreachable. Instead it showed Me the last floor of Tartarus.

http://underhound.eu:81/saves/Yermak-crawl-git-c514d67198-181125-0447.tar.bz2 [^]
Issue History
2018-11-25 05:48 Yermak New Issue
2019-07-02 16:21 advil Note Added: 0033320

Notes
(0033320)
advil   
2019-07-02 16:21   
I *think* that what is happening here is that this is just showing the last travel target (which `.` does generally when the cursor is positioned on the player, and `<` leaves it on the player with no reachable stairs), and that target happens to be off-level. Not sure what a general fix for this would be; the cases I was looking at involve the abyss where perhaps showing off-level travel targets at all doesn't make sense.