summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dungeon.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index ee7488db82..f531177cdc 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -5408,7 +5408,8 @@ static dungeon_feature_type _pick_an_altar()
}
while (altar_type == DNGN_ALTAR_NEMELEX_XOBEH
|| altar_type == DNGN_ALTAR_LUGONU
- || altar_type == DNGN_ALTAR_BEOGH);
+ || altar_type == DNGN_ALTAR_BEOGH
+ || altar_type == DNGN_ALTAR_JIYVA);
break;
}
}