summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/db_lint
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-15 11:01:14 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-16 00:34:09 +0100
commite9eaefb3eca41b2f3b834312f9cbfeb60e1f58a7 (patch)
tree0469508010647ba9285b4e21cf7bb634b689d68b /crawl-ref/source/util/db_lint
parent52a44faace69cee2281cb69d908bb96a95897f8e (diff)
downloadcrawl-ref-e9eaefb3eca41b2f3b834312f9cbfeb60e1f58a7.tar.gz
crawl-ref-e9eaefb3eca41b2f3b834312f9cbfeb60e1f58a7.zip
db_lint: don't warn about the animated tree dummy.
It's not meant to be a monster, it's there merely so you can define its appearance.
Diffstat (limited to 'crawl-ref/source/util/db_lint')
-rwxr-xr-xcrawl-ref/source/util/db_lint4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/util/db_lint b/crawl-ref/source/util/db_lint
index 1abc76b4c7..48da80dc98 100755
--- a/crawl-ref/source/util/db_lint
+++ b/crawl-ref/source/util/db_lint
@@ -188,7 +188,9 @@ if (read_file("descript/monsters"))
# described with a suffix
'the Serpent of Hell',
# overridden descriptions
- 'player', 'player illusion', 'merged slime creature',
+ 'player illusion',
+ # reglyphing/colouring dummies
+ 'player', 'merged slime creature', 'animated tree',
# genus-only monsters
'ghost', 'giant', 'golem', 'hell lord', 'bear', 'elemental', 'drake',
'giant lizard',