summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-07-15 23:46:09 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-07-15 23:49:54 +0100
commit645dfb413ef4e50d6de9c3baa04a522eb947e588 (patch)
tree75fc480616f1ebbf02f05b46e5309d09b2cee89e /crawl-ref/source/mon-util.h
parent211ab955adffca3ebacf42c0e60db2121a4a1c40 (diff)
downloadcrawl-ref-645dfb413ef4e50d6de9c3baa04a522eb947e588.tar.gz
crawl-ref-645dfb413ef4e50d6de9c3baa04a522eb947e588.zip
Correctly display whether oklobs, statues etc are stabbable (#7338)
There doesn't seem to be any reason to hide the information, and presumably oklobs do something with their acid-spitty bits that makes it clear when they've noticed you.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index fdf0693db9..7eb8fe1ae3 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -324,7 +324,6 @@ mon_attitude_type mons_attitude(const monster* m);
bool mons_foe_is_mons(const monster* mons);
-bool mons_behaviour_perceptible(const monster* mon);
bool mons_is_native_in_branch(const monster* mons,
const branch_type branch = you.where_are_you);
bool mons_is_poisoner(const monster* mon);