summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-24 01:59:07 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-24 18:13:13 +0100
commitca664d9f73f7631d7d83b91114cda0a631397d0c (patch)
tree20ad70dec4daa674cf46ccce34bf257ba6ebd89e /crawl-ref/source/util
parent5bb11d7f7d12c9080f029b8e3c71fd2c3997d624 (diff)
downloadcrawl-ref-ca664d9f73f7631d7d83b91114cda0a631397d0c.tar.gz
crawl-ref-ca664d9f73f7631d7d83b91114cda0a631397d0c.zip
Teach db_lint about sealed big doors.
Diffstat (limited to 'crawl-ref/source/util')
-rwxr-xr-xcrawl-ref/source/util/gather_features2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/gather_features b/crawl-ref/source/util/gather_features
index 4b96a09ba3..e2661d6bad 100755
--- a/crawl-ref/source/util/gather_features
+++ b/crawl-ref/source/util/gather_features
@@ -46,7 +46,7 @@ for (grep /\.des|\.des\.disabled|\.lua$/, `git ls-files`)
}
$features{articled("gleaming silver wall")} = 1;
-for (qw(open closed runed))
+for (qw(open closed runed sealed))
{
$features{articled("large $_ door")} = 1;
$features{articled("$_ gate")} = 1;