summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 4bbbbec68d..620927d1b6 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -2212,7 +2212,7 @@ launch_retval is_launched(const actor *actor, const item_def *launcher,
//
bool item_is_rod( const item_def &item )
{
- return (item.base_type == OBJ_STAVES && item.sub_type >= STAFF_SMITING);
+ return (item.base_type == OBJ_STAVES && item.sub_type >= STAFF_FIRST_ROD);
}
bool item_is_staff( const item_def &item )