summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorArxale <gafrie@gmail.com>2010-10-19 12:56:05 +0400
committerAdam Borowski <kilobyte@angband.pl>2010-10-23 15:55:27 +0200
commitb79b31bf1f3a56c16b77fdfec1a70075a109f0a1 (patch)
tree2e4b8e16210a7b810b845f2c1414e59c2ce51208 /crawl-ref/source/mon-abil.h
parent74656255124f5cd576a5e26c6571f3eb1fee825b (diff)
downloadcrawl-ref-b79b31bf1f3a56c16b77fdfec1a70075a109f0a1.tar.gz
crawl-ref-b79b31bf1f3a56c16b77fdfec1a70075a109f0a1.zip
Merged slimes split on polymorph
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 1284cfa396..a0888eacf8 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -16,6 +16,7 @@ void mon_nearby_ability(monster* mons);
void draconian_change_colour(monster* drac);
bool ugly_thing_mutate(monster* ugly, bool proximity = false);
+bool slime_creature_mutate(monster* slime);
void ballisto_on_move(monster* mons, const coord_def & pos);
void activate_ballistomycetes(monster* mons, const coord_def & origin,