git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@691 c06c8d41-db1a-0410-9941-cceddc491573
X6JLXMSRNWRGP2PVQYX6Z4OUZLDSSQ2VL3EQQM5Q427MXBMRILEQC /* troll or troll leather -- trolls can't get both */if (you.species == SP_TROLL)rr += 40;else if (player_equip( EQ_BODY_ARMOUR, ARM_TROLL_LEATHER_ARMOUR ))
/* troll leather (except for trolls) */if (player_equip( EQ_BODY_ARMOUR, ARM_TROLL_LEATHER_ARMOUR ) &&you.species != SP_TROLL)
/* Nagas/Centaurs/the deformed don't fit into body armour very well */if ((you.species == SP_NAGA || you.species == SP_CENTAUR|| you.mutation[MUT_DEFORMED] > 0) && i == EQ_BODY_ARMOUR){
/* The deformed don't fit into body armour very well(this includes nagas and centaurs) */if (i == EQ_BODY_ARMOUR && you.mutation[MUT_DEFORMED])