summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 23:08:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 23:08:01 +0000
commit2dd4fe4a7f0b809a9f3a565f64ed6b5dcb1ab814 (patch)
treed30044327f8d242b9b624bb7c8a5bca4b2726533 /crawl-ref/source/mon-data.h
parentb5d0536089b8a60242d3af9e3669e54cab505eb2 (diff)
downloadcrawl-ref-2dd4fe4a7f0b809a9f3a565f64ed6b5dcb1ab814.tar.gz
crawl-ref-2dd4fe4a7f0b809a9f3a565f64ed6b5dcb1ab814.zip
Give giant spores MH_PLANT holiness (fixing [2538868]), and allow
monsters with MH_PLANT holiness to be polymorphed, so that they can still be handled quietly. Note that, according to the rules of polymorphing, they can only be turned into monsters of the same holiness that give experience when killed. This means that giant spores, wandering mushrooms, and oklob plants can now be quietly polymorphed into each other. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9055 c06c8d41-db1a-0410-9941-cceddc491573
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 017107c2de..b9799ac515 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2035,7 +2035,7 @@ static monsterentry mondata[] = {
MONS_GIANT_SPORE, 'G', GREEN, "giant spore",
M_LEVITATE | M_INSUBSTANTIAL,
MR_RES_POISON | MR_RES_ASPHYX | MR_RES_STICKY_FLAME,
- 0, 10, MONS_PLANT, MONS_GIANT_SPORE, MH_NATURAL, -3,
+ 0, 10, MONS_PLANT, MONS_GIANT_SPORE, MH_PLANT, -3,
{ {AT_HIT, AF_PLAIN, 1}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 1, 0, 0, 1 },
0, 10, MST_NO_SPELLS, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT, I_PLANT,