Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
6908 Bug Report minor always 2013-04-12 18:49 2013-04-26 20:57
Medar Local  
edlothiol Other  
normal Tiles  
closed 0.13 ancient branch  
done  
none    
none 0.12 ancient branch  
0006908: Jewellery identified from afar by Ash and marked for autopickup doesn't show the autopickup graphic
In certain cases jewellery identified from afar by Ash is only automatically picked up because it sets "needs_autopickup" property to the item. This property is lost in get_item_info causing the autopickup graphic not to be drawn for these items.

Attached a patch to fix this.
? file icon 0001-Copy-needs_autopickup-prop-in-get_item_info.patch [^] (1,157 bytes) 2013-04-12 18:49 [Show Content]
Issue History
2013-04-12 18:49 Medar New Issue
2013-04-12 18:49 Medar File Added: 0001-Copy-needs_autopickup-prop-in-get_item_info.patch
2013-04-12 18:49 Medar Tag Attached: patch
2013-04-26 16:27 edlothiol Note Added: 0022451
2013-04-26 16:27 edlothiol Status new => resolved
2013-04-26 16:27 edlothiol Fixed in Branch => 0.12 pre-release branch
2013-04-26 16:27 edlothiol Resolution open => done
2013-04-26 16:27 edlothiol Assigned To => edlothiol
2013-04-26 20:57 Medar Status resolved => closed

Notes
(0022451)
edlothiol   
2013-04-26 16:27   
Applied.