git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6243 c06c8d41-db1a-0410-9941-cceddc491573
3AEGGDP5NBKWDQD37ENFT6LXWOP7KBQLSFTP6ZWQ5RVQ5NY6HEAAC FO6MHJUUSMGHCVB4QNYWLBAR2XWLKEXSZ5ED3ZBYUSM4O7I3PMJQC PI5BATR2SER3RFE76IUGHM2AGXVFOUM3PLU7WC2K2Q2BA5K2E73QC VY6XNTDD2LY42BDFVDT6QXPSRO74UCLH5RGTTH72DFCXWRNC3F5QC DTO3EUKWHZ5RJNGNCFYXSOVTIPVXPP637F2W7WFGYKJ7JK7VNKNQC Q3DNEB5OOJ34P5ML4CMK3L6SCP7RLW7DDOZEG24KZBX3C7BJRQDAC RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC NJVZIWEZLRGFWO7IUOUTZNHCM32AS6E44SZ4OEAX6DC3H5DJMMTQC MO3ZJPXF4I3SMOWONKFTNDQCK7NCT3FS73VPRE3H7LEXJP2P7GZQC 4KWS4FXZ6E27KU2MVZJWFSPPEZL5X7OU4ZYMBMOG2RY6QK2YZ3OQC W2G5DXQQOT5MGRUS4UUUKGPMIXOQWAAUV5REUJM7LAUQJGKCS23QC NIPYIQRBDDHMDXJ55S5LALVPYXR3VOBSQ2VM5EKJWCNOUVYCLJRQC NGKQN2CV3QXY2KWKN4S6VFIBU5D3257WMIMU6OOSC2TZHGKLX7VQC NIWYMEKDSS3KYWQNL2EHD2EEK6FMQXWG3QWIB5OILGIUTR4CXGLAC YT23TCUEE6A3I7EX6WIZYHCPRYJDE74IZKR5YKPHKOFSYJCKFUCQC L4UCVNVRFTHENDKDOY6X75LXIE2B7XIMSKGVKHBOXNID7RDTBQRAC K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC R22TTMI6WXWULC7ODKFF3QCB7MOTETQQ6IR4BUCUPOCQKQNCTT5AC YATODO2EN3AW7IXW5PL25HHK34YHF6Y32QBMOUZXEATZZ4YQQWZQC bool is_demonic( const item_def &item );bool is_blessed_blade( const item_def &item );bool is_convertible( const item_def &item );bool convert2good( item_def &item, bool allow_blessed = true );
bool is_demonic(const item_def &item);bool is_blessed_blade(const item_def &item);bool is_convertible(const item_def &item);bool convert2good(item_def &item, bool allow_blessed = true);
int get_vorpal_type( const item_def &item );int get_damage_type( const item_def &item );bool does_damage_type( const item_def &item, int dam_type );
int get_vorpal_type( const item_def &item );int get_damage_type( const item_def &item );bool does_damage_type( const item_def &item, int dam_type );
if (you.species == SP_DEMONSPAWN&& (weapon->sub_type == WPN_DEMON_BLADE|| weapon->sub_type == WPN_DEMON_WHIP|| weapon->sub_type == WPN_DEMON_TRIDENT)){
if (you.species == SP_DEMONSPAWN && is_demonic(*weapon))