git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3777 c06c8d41-db1a-0410-9941-cceddc491573
5PTCSQA4RA7CRCIFQQROQZUJHVNWCS33ZWCSGYSBXSJUAKGVCO4QC
// This is currently only used for Beogh.
if (god == GOD_BEOGH && one_chance_in(20) && promote_to_priest(mon))
// This is currently only used for Beogh and ordinary orcs.
if (god == GOD_BEOGH && one_chance_in(20) && mon->type == MONS_ORC)
{
promote_to_priest(mon);