summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 05:14:03 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 05:14:03 +0000
commita7eaf9dc5ed07e066b9ec33eacc1fce15b817cff (patch)
tree39a0b6dbba7b6f816deaff3ffd412e534582e286 /crawl-ref/source/mon-data.h
parent7ac9f20ef352f7de53a1ab7b68ec371b03857966 (diff)
downloadcrawl-ref-a7eaf9dc5ed07e066b9ec33eacc1fce15b817cff.tar.gz
crawl-ref-a7eaf9dc5ed07e066b9ec33eacc1fce15b817cff.zip
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
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
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,