summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 7a87e5d676..a346cd9a38 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -233,6 +233,7 @@ int player_teleport(bool calc_unid = true);
/* ***********************************************************************
* called from: ability - acr - items - misc - spells1 - spells3
* *********************************************************************** */
+bool items_give_ability(const int slot, char abil);
int scan_randarts(char which_property, bool calc_unid = true);