summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
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,