hidden elsewhere (e.g. in the "%" screen), and he doesn't use piety the same way as other gods do anyway.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5353 c06c8d41-db1a-0410-9941-cceddc491573
E5QW4MGLHCPXY3SLW5RWJGOSSVELCQZOFE336BXUM7IRYDJ6PGWAC
text += god_prayer_reaction();
text += "\n";
}
else
{
text += god_name(you.religion);
text += " " + verb + " demanding penance.\n";
if (!player_under_penance())
{
text += god_prayer_reaction();
text += "\n";
}
else
{
std::string verb = par.se ? "was" : "is";
text += god_name(you.religion);
text += " " + verb + " demanding penance.\n";
}