Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
11629 Bug Report minor have not tried 2018-08-20 04:50 2018-08-25 19:17
silenth Remote  
aidanholm Online  
normal WebTiles  
resolved 0.22 ancient branch  
0.22.0-23-g332ce0d done  
none    
none longterm development (0.31+)  
0011629: Cycling through downstairs after using ?MagicMapping with X> goes to unseen portals but not shops
When reading the scroll of magic mapping, portals and shops are treated as equivalent and are not revealed. The bug is that, after reading magic mapping, using X to look around the level map and > to cycle through portals will take the cursor to all unseen downstairs as well as unseen portals (noticed on a Wizlab portal in Vaults) but not to unseen shops, even though they are meant to be ambiguously identified with the same icon by the scroll. Players can thus determine which icons are portals and which are shops by process of elimination, which contradicts the intended functionality of them being ambiguous.
Issue History
2018-08-20 04:50 silenth New Issue
2018-08-20 04:52 silenth Note Added: 0032566
2018-08-25 19:16 aidanholm Note Added: 0032572
2018-08-25 19:16 aidanholm Status new => resolved
2018-08-25 19:16 aidanholm Fixed in Branch => longterm development (0.23+)
2018-08-25 19:16 aidanholm Resolution open => done
2018-08-25 19:16 aidanholm Assigned To => aidanholm

Notes
(0032566)
silenth   
2018-08-20 04:52   
Forgot to add, was playing Webtiles on CAO v0.22 tournament build.
(0032572)
aidanholm   
2018-08-25 19:16   
Thanks! This has been fixed at https://github.com/crawl/crawl/commit/b1aafca977ad; [^] portals entrances/exits should now be cycled through only if they are already known to be portals.