summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/xom.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index 8a6433e8a4..48a5beaa95 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -3073,7 +3073,8 @@ void xom_acts(bool niceness, int sever, int tension)
static void _xom_check_less_runes(int runes_gone)
{
- if (player_in_branch(BRANCH_HALL_OF_ZOT)
+ if (you.opened_zot
+ || player_in_branch(BRANCH_HALL_OF_ZOT)
|| !(branches[BRANCH_HALL_OF_ZOT].branch_flags & BFLAG_HAS_ORB))
{
return;