From 8a78afdcea14016d0471fe74cc66a943c8fd616a Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sun, 10 Jan 2010 18:22:58 +0530 Subject: Remove resist slowing, increment tag major version. --- crawl-ref/source/goditem.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/goditem.cc') 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 -- cgit v1.2.3-54-g00ecf