From a4649f7bcd32304352b4d52a9c24a8455b41e8bc Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 9 Jul 2008 21:43:14 +0000 Subject: Apply recent commits to 0.4, including Matthew's evil zoo fix. Now how do I change the properties to native again? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6465 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 123b2131c3..86ac9c40d9 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -1504,8 +1504,6 @@ bool acquirement(object_class_type class_wanted, int agent, for (int item_tries = 0; item_tries < 40; item_tries++) { int type_wanted = _find_acquirement_subtype(class_wanted, quant); - if (class_wanted == OBJ_BOOKS) - type_wanted = BOOK_MANUAL; // Clobber class_wanted for vampires. if (you.species == SP_VAMPIRE && class_wanted == OBJ_FOOD) -- cgit v1.2.3-54-g00ecf