summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-10-16 13:47:15 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-10-16 13:47:15 -0500
commit7615c45dcf0ef743396ee307064b9b79efd17817 (patch)
treebaef9d20cab2b0de4feb53c67f4740949e2ae20a /crawl-ref/source/mon-abil.h
parent074ee34484ff06c3b42edd505bc61769f606d2c9 (diff)
downloadcrawl-ref-7615c45dcf0ef743396ee307064b9b79efd17817.tar.gz
crawl-ref-7615c45dcf0ef743396ee307064b9b79efd17817.zip
Simplify _get_kraken_head() a bit.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 2a3028a0da..1284cfa396 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -21,7 +21,9 @@ void ballisto_on_move(monster* mons, const coord_def & pos);
void activate_ballistomycetes(monster* mons, const coord_def & origin,
bool player_kill);
+bool valid_kraken_connection(monster* mons);
void move_kraken_tentacles(monster * kraken);
+bool valid_demonic_connection(monster* mons);
void move_demon_tentacle(monster * tentacle);
#endif