summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-19 13:31:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-22 00:58:56 +0100
commite6fe2df3f953cddd13504b5c80bbd14c6d815013 (patch)
treea129a85b80d27e5dd5dce19eb815b10c1ef716f4 /crawl-ref/source/godpassive.h
parentcb1b9666f8cf8ac3f83411c1559ac26d0f53d4fc (diff)
downloadcrawl-ref-e6fe2df3f953cddd13504b5c80bbd14c6d815013.tar.gz
crawl-ref-e6fe2df3f953cddd13504b5c80bbd14c6d815013.zip
Ash's passive monster detection: mark wheat differently than chaff.
The formula is abysmal, copied from tension calculations...
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 3202586929..90a3d53fc8 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -42,5 +42,6 @@ void ash_check_bondage();
bool ash_id_item(item_def& item, bool silent = true);
void ash_id_inventory();
int ash_detect_portals(bool all);
+monster_type ash_monster_tier(const monster *mon);
#endif