summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-04 14:32:24 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-04 14:32:24 +0000
commitf5b7079207156bdd82d713a60cf79229fe33a109 (patch)
tree667500f1eb3c6a5e67eee0a2d997105d934af173 /crawl-ref/source/itemprop.h
parent5be9c59587164c09a41da05a8de9e0d3588412ab (diff)
downloadcrawl-ref-f5b7079207156bdd82d713a60cf79229fe33a109.tar.gz
crawl-ref-f5b7079207156bdd82d713a60cf79229fe33a109.zip
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
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 2 insertions, 1 deletions
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,