trolls and ogres.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3408 c06c8d41-db1a-0410-9941-cceddc491573
N6AGSH77SEVF4RU4NZIV3SL7SYQ2BQ25EV5RXCGVTWAFBDCP3MRAC
ND3T5LCZATC63EVQ6SLI7XXMSUL7XICJDNLH3UCYUDEFWTA3N5MQC
CMNLYUECIMEZSOYG4KOSINOPER5OM7PPCGIHCM7LQVWEO77XFUYQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
BOJPQUU6D4LHA2PGXUZBGTOW54G7ISKFXC4UQHLBSVAI7KQGYW6QC
// Gourmand is *not* identical to being saprovorous, therefore... if (i == MUT_SAPROVOROUS && (you.species == SP_TROLL || you.species == SP_OGRE)) { result += EOL "You like to eat raw meat."; }
// Gourmand is *not* identical to being saprovorous, therefore...
if (i == MUT_SAPROVOROUS
&& (you.species == SP_TROLL || you.species == SP_OGRE))
{
result += EOL "You like to eat raw meat.";
}
// Gourmand is *not* identical to being saprovorous, therefore... if (i == MUT_SAPROVOROUS && you.omnivorous()) result += "<lightblue>You like to eat raw meat.</lightblue>" EOL;
if (i == MUT_SAPROVOROUS && you.omnivorous())
result += "<lightblue>You like to eat raw meat.</lightblue>" EOL;