summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index 9f807ede2b..d9ea019a87 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -542,11 +542,8 @@ static void sdump_religion(const std::string &, std::string & text)
if (!player_under_penance())
{
- if (you.religion != GOD_XOM) // Xom doesn't care
- {
- text += god_prayer_reaction();
- text += "\n";
- }
+ text += god_prayer_reaction();
+ text += "\n";
}
else
{