summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-24 00:29:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-24 00:29:11 +0200
commitc2568937ff67e82c3805fe3da290d5b8694d5ef2 (patch)
tree1cef0051fa65f80c74ce59ab9de4d761374d2654 /crawl-ref/source/branch-data.h
parent256b326ba66756f58d50673d8c4507abe3c4896b (diff)
downloadcrawl-ref-c2568937ff67e82c3805fe3da290d5b8694d5ef2.tar.gz
crawl-ref-c2568937ff67e82c3805fe3da290d5b8694d5ef2.zip
Revert "Use brown for rock walls in Spider."
There's no wax anymore. This reverts commit aa4b589aa5b5cf4fbad00652b1dd2b85a2685a81.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index ebabe27254..7605c9b54d 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -101,7 +101,7 @@ const Branch branches[NUM_BRANCHES] = {
DNGN_ENTER_SPIDER_NEST, DNGN_RETURN_FROM_SPIDER_NEST,
"Spider Nest", "the Spider Nest", "Spider",
NULL,
- true, BROWN, BROWN,
+ true, BROWN, YELLOW,
mons_spidernest_rare, mons_spidernest_level,
'N', true, 0 },