summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-13 13:56:43 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-13 13:58:10 -0500
commit5aba0fa49e632d5f61d3489263f36dde4a74dfad (patch)
tree8ae1224a2f1b7ded903e176e6245f9f057028365 /crawl-ref/source/mon-abil.h
parentc27779f9fc2954eb86537e540644a20212fd22ad (diff)
downloadcrawl-ref-5aba0fa49e632d5f61d3489263f36dde4a74dfad.tar.gz
crawl-ref-5aba0fa49e632d5f61d3489263f36dde4a74dfad.zip
Change ballistomycete messaging
Drop the deactivation message, simplify and change the activation messaging.
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 810ccd43f4..efced91fa4 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -17,7 +17,7 @@ bool ugly_thing_mutate(monsters *ugly, bool proximity = false);
bool slime_split_merge(monsters *thing);
void ballisto_on_move(monsters * monster, const coord_def & pos);
-void activate_ballistomycetes( monsters * monster);
+void activate_ballistomycetes( monsters * monster, const coord_def & origin);
void deactivate_ballistos();
#endif