summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/db_lint
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-24 02:18:48 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-24 02:18:48 +0100
commit23c85f4a56500f2123982d3c7c8b1743e2caceb0 (patch)
tree8dd6035b45161d463788306a241c2d3cf16f93ba /crawl-ref/source/util/db_lint
parentf3a2bd25f4f0be1eb5fe20360efa4cfe85635906 (diff)
downloadcrawl-ref-23c85f4a56500f2123982d3c7c8b1743e2caceb0.tar.gz
crawl-ref-23c85f4a56500f2123982d3c7c8b1743e2caceb0.zip
Stop db_lint screaming about screaming and sulking swords.
Diffstat (limited to 'crawl-ref/source/util/db_lint')
-rwxr-xr-xcrawl-ref/source/util/db_lint2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/util/db_lint b/crawl-ref/source/util/db_lint
index 36fc39476d..99458a8139 100755
--- a/crawl-ref/source/util/db_lint
+++ b/crawl-ref/source/util/db_lint
@@ -194,6 +194,8 @@ if (read_file("descript/features"))
if (read_file("descript/unrand"))
{
+ delete $keys{'Screaming Sword'};
+ delete $keys{'Sulking Sword'};
check_desc_needed("unrand", grep {!/^DUMMY/} map {s/^NAME:\s+// && $_}
`grep ^NAME: art-data.txt`)
}