git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2434 c06c8d41-db1a-0410-9941-cceddc491573
V4C7C4NGWD34ZZHOT4V7FRYRC7ZZA2W6FSN3BO73IJBSVFCHQOCQC
const beh_type behaviour = ((you.skills[SK_EVOCATIONS] > random2(20))
? BEH_FRIENDLY : BEH_HOSTILE);
const beh_type behaviour =
((you.skills[SK_EVOCATIONS] / 3 + 10 > random2(20))
? BEH_FRIENDLY : BEH_HOSTILE);