git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@502 c06c8d41-db1a-0410-9941-cceddc491573
HQD6TO36QRWAVQDAL4ORFK2OQUEZZ7KQQQWHZMUKOCZRT2GKCH4AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
} if (verbose && get_armour_slot(item) == EQ_BODY_ARMOUR) { if ( is_light_armour(item) ) description += "$This is a light armour. Wearing it will " "exercise Dodging and Stealth."; else description += "$This is a heavy armour. Wearing it will " "exercise Armour.";
}
if (verbose && get_armour_slot(item) == EQ_BODY_ARMOUR)
{
if ( is_light_armour(item) )
description += "$This is a light armour. Wearing it will "
"exercise Dodging and Stealth.";
else
description += "$This is a heavy armour. Wearing it will "
"exercise Armour.";