summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-06-10 22:50:42 -0230
committerDracoOmega <draco_omega@live.com>2013-06-24 02:20:57 -0230
commitbb50110ec18811274a50e29eb729f5b55f83b5db (patch)
tree3a2191620750b480aa082b69daa5945421bcb6d7 /crawl-ref/source/mon-abil.h
parent486adc75aed60d959f53accbd55c25f22eff7c82 (diff)
downloadcrawl-ref-bb50110ec18811274a50e29eb729f5b55f83b5db.tar.gz
crawl-ref-bb50110ec18811274a50e29eb729f5b55f83b5db.zip
Snaplasher Vines (for later use)
These are eldritch tentacle-style solo tentacle monsters, swift-moving and with damageless constriction and a mild melee attack. More significantly, like starspawn tentacles, they will pull a constricted enemy backwards, and in this case specifically attempt to hold them next to any adjacent trees. Intended for use with dryads.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 0eab7e090c..25a0b5aa3b 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -23,7 +23,7 @@ void activate_ballistomycetes(monster* mons, const coord_def& origin,
bool valid_kraken_connection(const monster* mons);
void move_child_tentacles(monster * kraken);
-void move_demon_tentacle(monster * tentacle);
+void move_solo_tentacle(monster * tentacle);
void ancient_zyme_sicken(monster* mons);
void starcursed_merge(monster* mon, bool forced);