summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index c271abc2aa..fc8010879a 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -1758,10 +1758,10 @@ bool item_is_evokable(const item_def &item, bool known, bool all_wands,
{
switch (item.special)
{
- case SPWPN_SCEPTRE_OF_ASMODEUS:
- case SPWPN_STAFF_OF_WUCAD_MU:
- case SPWPN_STAFF_OF_DISPATER:
- case SPWPN_STAFF_OF_OLGREB:
+ case UNRAND_ASMODEUS:
+ case UNRAND_WUCAD_MU:
+ case UNRAND_DISPATER:
+ case UNRAND_OLGREB:
if (!wielded)
{
if (msg)