summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 12:49:16 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-08 12:49:16 +0000
commit26ca34c231c1b14f5a3a75c10db02a0b8095e5f3 (patch)
tree794d9d02f58374f34365bb2fae143781143c9947 /crawl-ref/source/spells2.h
parent41afca0d89a94f9c2a6329b8a81410ddffba0bca (diff)
downloadcrawl-ref-26ca34c231c1b14f5a3a75c10db02a0b8095e5f3.tar.gz
crawl-ref-26ca34c231c1b14f5a3a75c10db02a0b8095e5f3.zip
Added telepathy as a Dowsing effect. Presumably breaks saves.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4130 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index c1d0b8fdcb..d718655317 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -74,7 +74,7 @@ int vampiric_drain(int pow, const dist &);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-unsigned char detect_creatures( int pow );
+int detect_creatures( int pow, bool telepathic = false );
// last updated 24may2000 {dlb}