demons.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3719 c06c8d41-db1a-0410-9941-cceddc491573
K64KYSPAKMNST3HQU25PF5BLVBC2I556MLBWUL7H7GHWKBGAUJIAC
static const char *xom_single_high_diff_summons[] =
{
"Xom grants you an assistant from another god.",
"Xom beguiles another god's servant into helping you.",
"\"Where'd that come from? Oh, well.\"",
"You wonder where Xom got that toy from.",
"Xom seems to have successfully tricked another god.",
"Xom opens a gate."
};
god_speaks(GOD_XOM, random_choose_string(
"Xom grants you a demonic assistant.",
"Xom grants you a demonic servitor.",
"Xom opens a gate.", NULL));
if (different)
god_speaks(GOD_XOM, RANDOM_ELEMENT(xom_single_high_diff_summons));
else
god_speaks(GOD_XOM, RANDOM_ELEMENT(xom_single_high_summons));