summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-20 23:02:35 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-20 23:02:35 +0100
commitea22cd80a5344cd61b27cb1246ff741a5c6829c4 (patch)
tree1078ab646b0f5c0e1e5435dcc2fe8397bd721738 /crawl-ref/source/mon-util.h
parent32b5cab8cacc2b0b076610486042261d7a9d1fc2 (diff)
downloadcrawl-ref-ea22cd80a5344cd61b27cb1246ff741a5c6829c4.tar.gz
crawl-ref-ea22cd80a5344cd61b27cb1246ff741a5c6829c4.zip
Make the "killing friend" conduct, slouch and swapping place treat projectiles as non-monsters.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index b9c5424aee..ce186ddf40 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -657,7 +657,7 @@ bool mons_class_is_stationary(int mc);
bool mons_is_stationary(const monsters *mon);
bool mons_is_fast( const monsters *mon );
-
+bool mons_is_projectile(int mc);
bool mons_is_insubstantial(int mc);
bool mons_has_blood(int mc);