summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 23:34:18 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 23:40:09 -0800
commit458c930834995837efa33192af898e4316c11fa2 (patch)
treeddac422ccc9459f47ca63307745c932502a136d5 /crawl-ref/source/mon-data.h
parent236984fc0e217264ab98093723fa7f8649cc3cf4 (diff)
downloadcrawl-ref-458c930834995837efa33192af898e4316c11fa2.tar.gz
crawl-ref-458c930834995837efa33192af898e4316c11fa2.zip
Ballistomycetes should not be M_NO_EXP_GAIN
They represent a direct threat to the PC.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index a4fc64e11a..73a6429d81 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -676,7 +676,7 @@ static monsterentry mondata[] = {
{
MONS_BALLISTOMYCETE, 'f', LIGHTRED, "ballistomycete",
- M_NO_EXP_GAIN | M_STATIONARY,
+ M_STATIONARY,
MR_RES_POISON,
0, 10, MONS_FUNGUS, MONS_FUNGUS, MH_PLANT, MAG_IMMUNE,
{ AT_NO_ATK, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },