summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2010-02-01 21:10:44 -0500
committerCharles Otto <ottochar@gmail.com>2010-02-01 21:43:38 -0500
commit64f9c56ea695a866b29cb62a2598755f5fac7d10 (patch)
tree440821bde3a01eb02db4366d6cb1f8a9a5e4ebc6 /crawl-ref/source/mon-abil.h
parent5c4110d0760855a7ff20d1e294964b99ebad4c8c (diff)
downloadcrawl-ref-64f9c56ea695a866b29cb62a2598755f5fac7d10.tar.gz
crawl-ref-64f9c56ea695a866b29cb62a2598755f5fac7d10.zip
Ballistomycete exp changes
Don't give experience for killing ballistomycetes, instead give experience for killing all ballistos and giant spores on a level.
Diffstat (limited to 'crawl-ref/source/mon-abil.h')
-rw-r--r--crawl-ref/source/mon-abil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-abil.h b/crawl-ref/source/mon-abil.h
index 845b114c49..970ad29594 100644
--- a/crawl-ref/source/mon-abil.h
+++ b/crawl-ref/source/mon-abil.h
@@ -17,6 +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, const coord_def & origin);
+void activate_ballistomycetes(monsters * monster, const coord_def & origin,
+ bool player_kill);
#endif