From 2dd4fe4a7f0b809a9f3a565f64ed6b5dcb1ab814 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 12 Feb 2009 23:08:01 +0000 Subject: 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 --- crawl-ref/source/mon-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-data.h') 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, -- cgit v1.2.3-54-g00ecf