summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 16:42:54 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 16:42:54 +0000
commit5c7064085c546eeeaecb43267806c0058345f865 (patch)
treeefa312e3ed0dbc58c9c502b4791ee359d1a8dc50 /crawl-ref/source/player.h
parentce3948ab25120e7caf3d69d14f5eff0c4f11ff11 (diff)
downloadcrawl-ref-5c7064085c546eeeaecb43267806c0058345f865.tar.gz
crawl-ref-5c7064085c546eeeaecb43267806c0058345f865.zip
Fix 2037105: amulet of controlled flight not autoIDing.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6773 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 7103018c47..6cef3c124f 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -75,6 +75,8 @@ int player_wielded_item();
* called from: ability - acr - fight - food - it_use2 - item_use - items -
* misc - mutation - ouch
* *********************************************************************** */
+
+bool extrinsic_amulet_effect(jewellery_type amulet);
bool wearing_amulet(jewellery_type which_am, bool calc_unid = true);