summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
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);