summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-07 17:11:56 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-15 20:38:27 -0700
commit4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17 (patch)
tree86f3326b656d621ebd53dec1d4aa3c38f737b4ee /crawl-ref/source/mon-abil.h
parent3c45d0dbb16a72bf7eaa57357a4cf206156a0dab (diff)
downloadcrawl-ref-4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17.tar.gz
crawl-ref-4d6b2eaccc57a13a8fe72fca8fc3db9678ca7c17.zip
Add torpor snails
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 4f43fc2589..a7141f0355 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -26,6 +26,7 @@ void move_child_tentacles(monster * kraken);
void move_solo_tentacle(monster * tentacle);
void ancient_zyme_sicken(monster* mons);
+void torpor_snail_unswift(monster* mons);
void starcursed_merge(monster* mon, bool forced);
bool has_push_space(const coord_def& pos, actor* act,