git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1774 c06c8d41-db1a-0410-9941-cceddc491573
G2IBQUJ2V2OGM4TR6VKC4CLNVLALTDLB5STOBN7637GOUX2SH4ZAC
DDU4A3JGN5IUIPP5IASOODKPR2WBHSDSV4FITZ6HNXNSXXQACWAQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
7AMQN7MITMXBNVDAK5VOXTQ4TZIAOD6ZLOFJG7GQMBTY23Y2BKSAC
}static const char *orb_of_fire_glow(){ static const char *orb_glows[] = { " glows yellow.", " glows bright magenta.", " glows deep purple.", // Smoke on the Water " glows red.", " emits a lurid red light.", }; return RANDOM_ELEMENT(orb_glows);
}
static const char *orb_of_fire_glow()
{
static const char *orb_glows[] =
" glows yellow.",
" glows bright magenta.",
" glows deep purple.", // Smoke on the Water
" glows red.",
" emits a lurid red light.",
};
return RANDOM_ELEMENT(orb_glows);
case MONS_ORB_OF_FIRE: simple_monster_message(monster, orb_of_fire_glow(), MSGCH_MONSTER_SPELL); break;
case MONS_ORB_OF_FIRE:
simple_monster_message(monster, orb_of_fire_glow(),
MSGCH_MONSTER_SPELL);
break;
values[ GVAL_RES_ELEC ] = (!one_chance_in(3) ? 1 : 0);
values[ GVAL_RES_ELEC ] = !one_chance_in(3);
values[GVAL_DEMONLORD_SPELLCASTER] = (one_chance_in(10) ? 0 : 1);
values[GVAL_DEMONLORD_SPELLCASTER] = !one_chance_in(10);