Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
7991 Bug Report minor always 2014-01-16 21:56 2014-01-18 01:08
minmay Both  
Kate All  
normal Both  
closed 0.14 ancient branch  
d68cc70 done  
none    
none 0.14 ancient branch  
0007991: Book acquirement still ignores first level of Spellcasting skill
acquirement.cc 942:
            // Anyone can get Spellcasting 1. Doesn't prove anything.
            if (sk == SK_SPELLCASTING && weight >= 1)
                weight--;

Special treatment of Spellcasting 1 is now outdated by 4 versions.
Issue History
2014-01-16 21:56 minmay New Issue
2014-01-17 16:45 Kate Note Added: 0025011
2014-01-17 16:45 Kate Status new => resolved
2014-01-17 16:45 Kate Fixed in Branch => 0.14 development branch
2014-01-17 16:45 Kate Resolution open => done
2014-01-17 16:45 Kate Assigned To => Kate
2014-01-18 01:08 minmay Status resolved => closed

Notes
(0025011)
Kate   
2014-01-17 16:45   
Fixed.