summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2014-01-01 22:32:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2014-01-02 22:52:48 +0100
commit2642df196ded763d42c7df1093d45ccbf139a373 (patch)
treec66b091259bd775b3926e072bc95e05a07f4585f /crawl-ref/source/wiz-mon.cc
parentd1f8b2021992989f2a504b1524f5ee69c7d5c03a (diff)
downloadcrawl-ref-2642df196ded763d42c7df1093d45ccbf139a373.tar.gz
crawl-ref-2642df196ded763d42c7df1093d45ccbf139a373.zip
Purge away HT_ROCK and HT_INCORPOREAL.
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index 83b7646a31..2a39cc751a 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -534,8 +534,6 @@ static const char* ht_names[] =
"amphibious",
"water",
"lava",
- "rock",
- "incorporeal",
};
// Prints a number of useful (for debugging, that is) stats on monsters.