summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/db_lint
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-24 03:03:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-24 03:05:01 +0200
commitbdd884e769fefac5709b224a39ff306d60901525 (patch)
tree8b33ba644fa6ab8250f875448aa43076c8b2be53 /crawl-ref/source/util/db_lint
parent77aa539cc5a984dd3e3e2d519539713f5e743b5a (diff)
downloadcrawl-ref-bdd884e769fefac5709b224a39ff306d60901525.tar.gz
crawl-ref-bdd884e769fefac5709b224a39ff306d60901525.zip
Add db_lint ignores for new genus-only monsters.
Diffstat (limited to 'crawl-ref/source/util/db_lint')
-rwxr-xr-xcrawl-ref/source/util/db_lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/db_lint b/crawl-ref/source/util/db_lint
index e829c307be..ece0c7a069 100755
--- a/crawl-ref/source/util/db_lint
+++ b/crawl-ref/source/util/db_lint
@@ -120,7 +120,7 @@ $entries{$_} = 1 for (
# overridden descriptions
'player', 'player illusion', 'merged slime creature',
# genus-only monsters
- 'ghost', 'giant', 'golem', 'hell lord');
+ 'ghost', 'giant', 'golem', 'hell lord', 'bear', 'elemental');
for (`util/gather_mons -d`)
{
chomp;