git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2787 c06c8d41-db1a-0410-9941-cceddc491573
TGKAO3VB562WPSNRDP2MHE6FGMIB75A6254APKTIPCO6DHLCFCZAC
I4VZO66R55GFUHUXHLNUPJP5TLWHMHC7FSBIIHPKCHMZ6VH3JQDQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
MWI3RZPVTZOCVZEIR6U3OLXSKX3VMT2IZOY7IX5EJNVSSWVLG5WQC
description += " ";
description += "$Accuracy rating: ";
description += "Accuracy rating: ";
description += "$Base attack delay: ";
description += "Base attack delay: ";
description += "$This weapon is best used by the strong.";
description += "$This weapon is best used by the strong. ";
description += "$This weapon is better for the strong.";
description += "$This weapon is better for the strong. ";
description += "$This weapon is best used by the dexterous.";
description += "$This weapon is best used by the dexterous. ";
description += "$This weapon is better for the dexterous.";
description += "$This weapon is better for the dexterous. ";#else description += "$";
description += "$This weapon is better for the dexterous. ";
#else
description += "$";
description += "$It is a one handed weapon.";
description += " It is a one handed weapon.";
description += "$It can be used with one hand, or more "
description += " It can be used with one hand, or more "
description += "$It is a two handed weapon.";
description += " It is a two handed weapon.";
default: description += "$It is a buggy weapon.";
default:
description += "$It is a buggy weapon.";
case HANDS_DOUBLE: description += " It is a buggy weapon.";
case HANDS_DOUBLE:
description += " It is a buggy weapon.";
switch(item.sub_type) { case WPN_DEMON_BLADE: case WPN_DEMON_WHIP: case WPN_DEMON_TRIDENT:
switch(item.sub_type)
{
case WPN_DEMON_BLADE:
case WPN_DEMON_WHIP:
case WPN_DEMON_TRIDENT:
if ( is_demonic(item) )
break; default: break; }
break;
}