summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index ae3bf6419c..8731ff6629 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1005,7 +1005,7 @@ void Xom_acts(bool niceness, int sever, bool force_sever)
(temp_rand == 1) ? "Xom casts you into the Abyss!"
: "The world seems to spin as Xom's maniacal laughter rings in your ears.");
- banished(DNGN_ENTER_ABYSS);
+ banished(DNGN_ENTER_ABYSS, "Xom");
done_bad = true;
}