Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
11109 Bug Report minor sometimes 2017-06-15 08:00 2017-06-15 08:12
amalloy Both  
amalloy All  
normal Both  
closed longterm development (0.31+)  
done  
none    
none 0.21 ancient branch  
0011109: dpeg_arrival_solitude has a teleport closet
As reported in https://www.reddit.com/r/dcss/comments/6hc7or/cool/, [^] depending on the SUBSTs and SHUFFLEs that are made, https://github.com/crawl/crawl/blob/b612c2353/crawl-ref/source/dat/des/arrival/twisted.des#L272 [^] can generate a 1x1 floor tile surrounded by walls, without marking it no_tele_into. I think the solution is to just make sure it doesn't generate the closet at all, but marking it no_tele_into would be second best.
Issue History
2017-06-15 08:00 amalloy New Issue
2017-06-15 08:12 amalloy Note Added: 0031681
2017-06-15 08:12 amalloy Status new => resolved
2017-06-15 08:12 amalloy Fixed in Branch => 0.20 development branch
2017-06-15 08:12 amalloy Resolution open => done
2017-06-15 08:12 amalloy Assigned To => amalloy
2017-06-15 08:12 amalloy Status resolved => closed

Notes
(0031681)
amalloy   
2017-06-15 08:12   
Fixed in https://github.com/crawl/crawl/commit/828620c7301e. [^] gammafunk thinks he may have a better way to fix it, but this gets rid of the teleport closet at least.