summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-29 00:32:24 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-03-29 00:32:24 +0200
commit216ad1626f158684bb09f7125335b1c845a82c6d (patch)
tree0c1d77a32977c65c43c324e5bad2d4a4e2374493 /crawl-ref/source/godpassive.h
parent4e073f5f658ab29300a12d8b28013ddee9840c63 (diff)
downloadcrawl-ref-216ad1626f158684bb09f7125335b1c845a82c6d.tar.gz
crawl-ref-216ad1626f158684bb09f7125335b1c845a82c6d.zip
Fix Ash on-sight id not identifying mimics.
Diffstat (limited to 'crawl-ref/source/godpassive.h')
-rw-r--r--crawl-ref/source/godpassive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godpassive.h b/crawl-ref/source/godpassive.h
index ec99266f9f..bed48f817d 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -40,6 +40,7 @@ void jiyva_slurp_bonus(int item_value, int *js);
void jiyva_slurp_message(int js);
int ash_bondage_level(int type_only = 0);
void ash_check_bondage();
+bool ash_id_item(const coord_def p);
bool ash_id_item(item_def& item, bool silent = true);
void ash_id_inventory();
void ash_id_monster_equipment(monster* mon);