summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index dbcb130e59..83e83a7b70 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -271,8 +271,7 @@ bool is_hasty_item(const item_def& item)
retval = (item.sub_type == WAND_HASTING);
break;
case OBJ_JEWELLERY:
- retval = (item.sub_type == AMU_RAGE
- || item.sub_type == AMU_RESIST_SLOW);
+ retval = (item.sub_type == AMU_RAGE);
break;
case OBJ_POTIONS:
retval = (item.sub_type == POT_SPEED