summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/behold.cc
diff options
context:
space:
mode:
authorBen Striegel <ben.striegel@gmail.com>2012-05-18 15:06:04 -0400
committerBen Striegel <ben.striegel@gmail.com>2012-05-18 22:18:52 -0400
commitad236d0481f6b6a37d1bae8fae7a9920534b308d (patch)
tree731eafdef87346d3e6bac4fd14d60705ce8d7bb7 /crawl-ref/source/behold.cc
parent6c05ec4dbe8b0f0cf07110a04797c8e4ef73bbbd (diff)
downloadcrawl-ref-ad236d0481f6b6a37d1bae8fae7a9920534b308d.tar.gz
crawl-ref-ad236d0481f6b6a37d1bae8fae7a9920534b308d.zip
Suppression: new function: player_equip_unrand_effect
Diffstat (limited to 'crawl-ref/source/behold.cc')
-rw-r--r--crawl-ref/source/behold.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/behold.cc b/crawl-ref/source/behold.cc
index 73eb800146..5bd4af2b10 100644
--- a/crawl-ref/source/behold.cc
+++ b/crawl-ref/source/behold.cc
@@ -273,5 +273,5 @@ bool player::possible_beholder(const monster* mon) const
&& !mon->asleep() && !mon->cannot_move()
&& !mon->berserk() && !mons_is_fleeing(mon)
&& !is_sanctuary(you.pos())
- || player_equip_unrand(UNRAND_DEMON_AXE)));
+ || player_equip_unrand_effect(UNRAND_DEMON_AXE)));
}