From f5b7079207156bdd82d713a60cf79229fe33a109 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 4 Feb 2009 14:32:24 +0000 Subject: Clean up acquirement subtype determination code. (Another goto bites the dust.) Be a bit more generous regarding books for Evoc and Invoc types. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8890 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index c12d529909..df287a9a74 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -424,7 +424,8 @@ enum stave_type STAFF_EARTH, STAFF_CHANNELING, // 12 // rods - STAFF_SMITING, // must be first rod! + STAFF_FIRST_ROD, + STAFF_SMITING = STAFF_FIRST_ROD, STAFF_SPELL_SUMMONING, STAFF_DESTRUCTION_I, STAFF_DESTRUCTION_II, -- cgit v1.2.3-54-g00ecf