summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick-data.h
diff options
context:
space:
mode:
authortenofswords <mwclaws@gmail.com>2014-03-28 23:39:09 -0400
committertenofswords <mwclaws@gmail.com>2014-03-28 23:39:09 -0400
commita67810d854abee5174c806e59fc31f60787341d5 (patch)
tree93c08db4f570df823f18f38a1bf73bb8d3a7ca67 /crawl-ref/source/mon-pick-data.h
parent8766f87a677699a89171ae8ddac08aa1d0bc2184 (diff)
downloadcrawl-ref-a67810d854abee5174c806e59fc31f60787341d5.tar.gz
crawl-ref-a67810d854abee5174c806e59fc31f60787341d5.zip
Remove species dummy monsters from vaults (minmay, #8119)
(I wanted to take my own spin on most of these vault changes, but the issue served as a base on finding and weeding out all of these monsters that shouldn't really spawn in places as threats for the sake of simplicity and avoiding redundancy. Of course, humans are special due to being too bloody ubiquitious to cleanly remove half as easily, and items / display cases are fine.) (Also, this cuts octopodes, as they've been recently de-spawned, fits in a few random dumb hd redefinition clearings, and removes not-really-available-for-comparsion formicid, octopode, and deep dwarf zombies from the extended zombies player-species list.)
Diffstat (limited to 'crawl-ref/source/mon-pick-data.h')
-rw-r--r--crawl-ref/source/mon-pick-data.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/crawl-ref/source/mon-pick-data.h b/crawl-ref/source/mon-pick-data.h
index da90d0cbde..5109de63dc 100644
--- a/crawl-ref/source/mon-pick-data.h
+++ b/crawl-ref/source/mon-pick-data.h
@@ -1236,13 +1236,13 @@ static const pop_entry pop_generic_late_zombie[] =
{ 1, 27, 35, FLAT, MONS_EMPEROR_SCORPION },
{ 1, 27, 35, FLAT, MONS_GHOST_MOTH },
{ 1, 27, 10, FLAT, MONS_CENTAUR },
- { 1, 27, 10, FLAT, MONS_ELF },
- { 1, 27, 16, FLAT, MONS_HUMAN },
+ { 1, 27, 12, FLAT, MONS_ELF },
+ { 1, 27, 27, FLAT, MONS_HUMAN },
{ 1, 27, 10, FLAT, MONS_KOBOLD },
{ 1, 27, 10, FLAT, MONS_MERFOLK },
{ 1, 27, 10, FLAT, MONS_NAGA },
{ 1, 27, 10, FLAT, MONS_OGRE },
- { 1, 27, 10, FLAT, MONS_ORC },
+ { 1, 27, 12, FLAT, MONS_ORC },
{ 1, 27, 10, FLAT, MONS_SPRIGGAN },
{ 1, 27, 10, FLAT, MONS_TENGU },
{ 1, 27, 10, FLAT, MONS_TROLL },
@@ -1255,9 +1255,6 @@ static const pop_entry pop_generic_late_zombie[] =
{ 1, 27, 1, FLAT, MONS_WHITE_DRACONIAN },
{ 1, 27, 1, FLAT, MONS_GREY_DRACONIAN },
{ 1, 27, 1, FLAT, MONS_PALE_DRACONIAN },
- { 1, 27, 5, FLAT, MONS_DEEP_DWARF },
- { 1, 27, 5, FLAT, MONS_OCTOPODE },
- { 1, 27, 5, FLAT, MONS_FORMICID },
{ 1, 27, 5, FLAT, MONS_MINOTAUR },
{ 1, 27, 1, FLAT, MONS_MONSTROUS_DEMONSPAWN },
{ 1, 27, 1, FLAT, MONS_INFERNAL_DEMONSPAWN },