git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2608 c06c8d41-db1a-0410-9941-cceddc491573
UP6M4GUGJ42Y4XWZ6MZ6FEMGFXW4GRERHZ5BUJSUVOKMDR247DEQC
// Un-poison sling bullets.
if (mitm[p].sub_type == MI_SLING_BULLET
&& get_ammo_brand( mitm[p] ) == SPMSL_POISONED)
// Un-poison sling bullets, unbrand nets.
if ((mitm[p].sub_type == MI_SLING_BULLET
&& get_ammo_brand( mitm[p] ) == SPMSL_POISONED)
|| mitm[p].sub_type == MI_THROWING_NET)