git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2604 c06c8d41-db1a-0410-9941-cceddc491573
IDWM4TPSETNZMHQY3V6PGMZPWOJSTJ77PD3ZUOJLLZADQ2KKAVJQC
YCL3W2PFE6ILTGBFODCSXNPDIA46KVSZP2TI7HDMYAOEJT65RIEAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
mpr( "You kneel at the altar and pray." );
// different message than when first joining a religion mpr( "You prostrate yourself in front of the altar and pray." );
// different message than when first joining a religion
mpr( "You prostrate yourself in front of the altar and pray." );
mprf("You kneel at the altar of %s.", god_name(which_god));
mprf("You %s the altar of %s.", you.species == SP_NAGA ? "coil in front of" : "kneel at", god_name(which_god));
mprf("You %s the altar of %s.",
you.species == SP_NAGA ? "coil in front of"
: "kneel at",
god_name(which_god));