summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-13 17:17:01 -0400
committerNeil Moore <neil@s-z.org>2014-06-13 17:17:01 -0400
commitc301cf7c42f518635b6bc9f74521667391d3548d (patch)
treea6f9180db01b319ff71c7d8c577fd593ce9c18a3 /crawl-ref/source/util
parentb9644773dc87e99aa73f1fe3870dcc9b8bd0ac22 (diff)
downloadcrawl-ref-c301cf7c42f518635b6bc9f74521667391d3548d.tar.gz
crawl-ref-c301cf7c42f518635b6bc9f74521667391d3548d.zip
Simplify db_lint for DUMMY_GENUS.
We no longer need to list the dummy genus monsters that use the DUMMY_GENUS macro, since gather_mons doesn't pick them up anymore.
Diffstat (limited to 'crawl-ref/source/util')
-rwxr-xr-xcrawl-ref/source/util/db_lint7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/util/db_lint b/crawl-ref/source/util/db_lint
index 8fdf761156..fcfa026f7e 100755
--- a/crawl-ref/source/util/db_lint
+++ b/crawl-ref/source/util/db_lint
@@ -272,9 +272,10 @@ if (read_file("descript/monsters"))
'player illusion',
# reglyphing/colouring dummies
'player', 'merged slime creature', 'animated tree',
- # genus-only monsters
- 'ghost', 'giant', 'golem', 'hell lord', 'bear', 'elemental', 'drake',
- 'giant lizard', 'dragon', 'snake', 'elephant slug'
+ # replacement for removed creatures
+ 'ghost',
+ # species-only monsters
+ 'elephant slug', 'hell lord',
);
delete $keys{'__(_suffix_examine'};
delete $keys{"the Serpent of Hell $_"} for qw(gehenna cocytus dis tartarus);