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/artefact.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/artefact.cc') diff --git a/crawl-ref/source/artefact.cc b/crawl-ref/source/artefact.cc index a8648bf4d2..e0bbedf6d1 100644 --- a/crawl-ref/source/artefact.cc +++ b/crawl-ref/source/artefact.cc @@ -102,11 +102,8 @@ static bool _god_fits_artefact(const god_type which_god, const item_def &item, if (item.base_type == OBJ_WEAPONS && item.sub_type == WPN_QUICK_BLADE) type_bad = true; - if (item.base_type == OBJ_JEWELLERY && (item.sub_type == AMU_RAGE - || item.sub_type == AMU_RESIST_SLOW)) - { + if (item.base_type == OBJ_JEWELLERY && item.sub_type == AMU_RAGE) type_bad = true; - } break; default: -- cgit v1.2.3-54-g00ecf