summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 00e3a55772..a3abecb91e 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -856,9 +856,9 @@ static bool xom_is_bad(int sever)
for (int i = 0; i < numdemons; ++i)
{
if (create_monster(
- mgen_data::alert_hostile_at(
+ mgen_data::hostile_at(
xom_random_punishment_demon(sever),
- you.pos(), 4, 0, GOD_XOM)) != -1)
+ you.pos(), 4, 0, true, GOD_XOM)) != -1)
{
success = true;
}