just as it does with thrown poisoned darts (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3008 c06c8d41-db1a-0410-9941-cceddc491573
SR2BWHPDP6GEOVIGSGISVPHVSR5TNBKURNYL25V6SYTOICNNZRGAC
2SNCC2NXKFVBYTWH7THU2QELHONTOBRNCWH6FWYORKKCWZAXTTVAC
DTO3EUKWHZ5RJNGNCFYXSOVTIPVXPP637F2W7WFGYKJ7JK7VNKNQC
GDRQMRZTPLRZYBEIJ5AXH3NVKKOQEB5HNG6VFBVZF6JWO7XCOBKQC
Q3DNEB5OOJ34P5ML4CMK3L6SCP7RLW7DDOZEG24KZBX3C7BJRQDAC
// Un-poison sling bullets; unbrand javelins and throwing nets.
// Un-poison sling bullets; un-flame and un-ice javelins; unbrand // throwing nets.
// Un-poison sling bullets; un-flame and un-ice javelins; unbrand
// throwing nets.
|| item.sub_type == MI_JAVELIN || item.sub_type == MI_THROWING_NET)
|| (item.sub_type == MI_JAVELIN && (rc == SPMSL_FLAME || rc == SPMSL_ICE)) || item.sub_type == MI_THROWING_NET)
|| (item.sub_type == MI_JAVELIN
&& (rc == SPMSL_FLAME || rc == SPMSL_ICE))
|| item.sub_type == MI_THROWING_NET)