summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2012-12-15 14:37:39 -0330
committerAdam Borowski <kilobyte@angband.pl>2012-12-17 03:35:33 +0100
commit1777037409118e679f2b96b3456d5337bf11167b (patch)
tree4e2ea24aa735f48b0e485b0d101342051ef02a0d /crawl-ref/source/mon-abil.h
parenta761345e28180bef0d7ccb38c6fdb7ed592288af (diff)
downloadcrawl-ref-1777037409118e679f2b96b3456d5337bf11167b.tar.gz
crawl-ref-1777037409118e679f2b96b3456d5337bf11167b.zip
Ancient zymes
Relatively low-power abyssal monsters which inflict disease (and possible str and dex damage) passively when near the player. Also has a mild stat- draining melee attack.
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 74e5823866..fdaac770b8 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -25,4 +25,6 @@ bool valid_kraken_connection(const monster* mons);
void move_child_tentacles(monster * kraken);
void move_demon_tentacle(monster * tentacle);
+void ancient_zyme_sicken(monster* mons);
+
#endif