summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/feature-data.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-08-03 00:25:57 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-08-03 14:16:37 -0400
commit87b20eade0d26ecbb093833ec3ed83142d49611c (patch)
treec412e0d086323fe73818b59988cefed509b96a93 /crawl-ref/source/feature-data.h
parent0be069d1624c2e74719bed90f3fbc0ef7ad55f8c (diff)
downloadcrawl-ref-87b20eade0d26ecbb093833ec3ed83142d49611c.tar.gz
crawl-ref-87b20eade0d26ecbb093833ec3ed83142d49611c.zip
Recolour the Vaults exit lightgreen.
Diffstat (limited to 'crawl-ref/source/feature-data.h')
-rw-r--r--crawl-ref/source/feature-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/feature-data.h b/crawl-ref/source/feature-data.h
index 5441a21204..746182e884 100644
--- a/crawl-ref/source/feature-data.h
+++ b/crawl-ref/source/feature-data.h
@@ -352,7 +352,7 @@ PORTAL_EXIT(DNGN_TRANSIT_PANDEMONIUM, "gate leading to another region of Pandemo
PORTAL_EXIT(DNGN_EXIT_PANDEMONIUM, "gate leading out of Pandemonium", "exit_pandemonium", LIGHTBLUE),
PORTAL_ENTRANCE(DNGN_ENTER_VAULTS, "gate to the Vaults", "enter_vaults", LIGHTGREEN),
-PORTAL_EXIT(DNGN_RETURN_FROM_VAULTS, "gate leading back out of this place", "return_from_vaults", ETC_SHIMMER_BLUE),
+PORTAL_EXIT(DNGN_RETURN_FROM_VAULTS, "gate leading back out of this place", "return_from_vaults", LIGHTGREEN),
PORTAL_ENTRANCE(DNGN_ENTER_ZOT, "gate to the Realm of Zot", "enter_zot", MAGENTA),
PORTAL_EXIT(DNGN_RETURN_FROM_ZOT, "gate leading back out of this place", "return_from_zot", MAGENTA),