'm' screen (peer pressure, peer pressure…)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1715 c06c8d41-db1a-0410-9941-cceddc491573
LHX6VLEJ2NQ242ECIWTGZTAGRWG7WLQ3DGMHGIMQAGYYKJJMWRBQC
3SVWI6KK6IFQ6SB6L3TIC7QIGDITU5QLVAG5C7X57HH75ZHW7T2AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
NXVPOFYKJFWQWKVPQUMWH2Y2KJEZX44BUOBFJ4JD4KFGPEGYHG4QC
const int spec_abil = species_skills(x, you.species);
int spec_abil = species_skills(x, you.species);
// Modify Spellcasting, Evocations, Invocations for // aptitude display. if ( x == SK_SPELLCASTING ) { spec_abil *= 10; spec_abil /= 13; } else if ( x == SK_INVOCATIONS || x == SK_EVOCATIONS ) { spec_abil *= 4; spec_abil /= 3; }
// Modify Spellcasting, Evocations, Invocations for
// aptitude display.
if ( x == SK_SPELLCASTING )
{
spec_abil *= 10;
spec_abil /= 13;
}
else if ( x == SK_INVOCATIONS || x == SK_EVOCATIONS )
spec_abil *= 4;
spec_abil /= 3;