From e4e5306b41baf7dc13f40dbf29efa8247e06f0ad Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 22 Oct 2009 01:25:48 +0200 Subject: Amulet of resist slowing docks some Cronos piety when it triggers. --- 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 a654efef5c..7ff8497a30 100644 --- a/crawl-ref/source/goditem.cc +++ b/crawl-ref/source/goditem.cc @@ -187,8 +187,7 @@ bool is_hasty_item(const item_def& item) return (true); break; case OBJ_JEWELLERY: - // should this include AMU_RESIST_SLOWING? - if (item.sub_type == AMU_RAGE) + if (item.sub_type == AMU_RAGE || item.sub_type == AMU_RESIST_SLOW) return (true); break; default: -- cgit v1.2.3-54-g00ecf