Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
7612 Bug Report minor always 2013-10-06 20:26 2013-10-06 20:59
CommanderC Both  
neil All  
normal Both  
resolved 0.14 ancient branch  
0.14-a0-192-g1758c0d done  
none    
none 0.14 ancient branch  
0007612: Non-summoned monsters are abjured when their leader is killed.
I killed an orc knight and all his band was abjured. Commit bf86b442 should have a "&& mons->has_ench(ENCH_SUMMON)" in the first if.
Issue History
2013-10-06 20:26 CommanderC New Issue
2013-10-06 20:43 neil Status new => assigned
2013-10-06 20:43 neil Assigned To => neil
2013-10-06 20:59 neil Note Added: 0024168
2013-10-06 20:59 neil Status assigned => resolved
2013-10-06 20:59 neil Fixed in Branch => 0.14 development branch
2013-10-06 20:59 neil Resolution open => done

Notes
(0024168)
neil   
2013-10-06 20:59   
Fixed in trunk (0.14-a0-197-g87bc352), thanks! I checked for ENCH_ABJ rather than ENCH_SUMMON because the latter might be missing in some cases. I also had it use del_ench rather than remove_enchantment_effect