From a7eaf9dc5ed07e066b9ec33eacc1fce15b817cff Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 20 Jan 2009 05:14:03 +0000 Subject: Make the genus of slime creatures and giant amoebas MONS_JELLY, instead of the same as their species. Jelly-type and snail-type monster remove bloodstains from features they move over. Changes to mons_is_native_in_branch(): * Changed to use mons_genus() instead of mons_species() (where applicable). * Made orbs of fire and death cobs native to Zot. * Made all undead native to the Crypt (previously, nothing was native to the Crypt). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8616 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 575aee55f5..e3590e9e61 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -2206,7 +2206,7 @@ static monsterentry mondata[] = { MONS_SLIME_CREATURE, 'J', GREEN, "slime creature", M_NO_FLAGS, MR_RES_POISON, - 0, 5, MONS_SLIME_CREATURE, MONS_SLIME_CREATURE, MH_NATURAL, -3, + 0, 5, MONS_JELLY, MONS_SLIME_CREATURE, MH_NATURAL, -3, { {AT_HIT, AF_PLAIN, 22}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, { 11, 3, 5, 0 }, 1, 4, MST_NO_SPELLS, CE_NOCORPSE, Z_NOZOMBIE, S_SILENT, I_PLANT, @@ -2228,7 +2228,7 @@ static monsterentry mondata[] = { MONS_GIANT_AMOEBA, 'J', BLUE, "giant amoeba", M_NO_SKELETON | M_SENSE_INVIS, MR_RES_POISON, - 1000, 10, MONS_GIANT_AMOEBA, MONS_GIANT_AMOEBA, MH_NATURAL, -3, + 1000, 10, MONS_JELLY, MONS_GIANT_AMOEBA, MH_NATURAL, -3, { {AT_HIT, AF_PLAIN, 25}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, { 12, 3, 5, 0 }, 0, 4, MST_NO_SPELLS, CE_POISONOUS, Z_NOZOMBIE, S_SILENT, I_PLANT, -- cgit v1.2.3-54-g00ecf