missiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9319 c06c8d41-db1a-0410-9941-cceddc491573
2YM5FZ7I6XD6P3VUL4ALJKNEHHX2VIRONLRDX2QPXZOLCP3FNBTQC
if (coinflip())
_handle_enchant_weapon( ENCHANT_TO_DAM, true );
}
else if (wpn.base_type == OBJ_MISSILES)
{
mprf("%s glow%s bright yellow for a while.", iname.c_str(),
wpn.quantity > 1 ? "" : "s");
_handle_enchant_weapon( ENCHANT_TO_HIT, true );
if (coinflip())
_handle_enchant_weapon( ENCHANT_TO_HIT, true );
}
if (is_cursed)
do_uncurse_item( wpn );