git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6998 c06c8d41-db1a-0410-9941-cceddc491573
IVQBPPVE7FAEVTYK2LFYLES2IH6R5DVDG5RD66GAXGPKQ2EFGDTAC
if (is_range_weapon(item))
{
description += "It allows its wielder to fire twice when "
"they would otherwise have fired only once.";
}
else
{
description += "It allows its wielder to attack twice when "
"they would otherwise have struck only once.";
}
description += "Attacks with this weapon take half as long "
"as usual.";