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 98c524b345..5c6ab77bd8 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -58,7 +58,8 @@ bool armour_is_hide( const item_def &item, bool inc_made = false );
bool armour_not_shiny( const item_def &item );
int armour_str_required( const item_def &arm );
-equipment_type get_armour_slot( const item_def &item );
+equipment_type get_armour_slot( const item_def &item );
+equipment_type get_armour_slot( armour_type arm );
bool jewellery_is_amulet( const item_def &item );
bool check_jewellery_size( const item_def &item, size_type size );