summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-10 22:10:29 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-10 22:10:29 +0000
commit9025aaa119f42200aabad94dcf83e340ad5df2fa (patch)
tree92a12025d0f4485ab984362c4ad27b1ee813be42
parentd7b0cd55b98b73126b2297dc9fa92c9b9b50eee5 (diff)
downloadcrawl-ref-9025aaa119f42200aabad94dcf83e340ad5df2fa.tar.gz
crawl-ref-9025aaa119f42200aabad94dcf83e340ad5df2fa.zip
Leaving a sewer portal vault turns the portal into floor, not an
empty stone arch anymore. (Zaba) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9757 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/sewer.des3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/sewer.des b/crawl-ref/source/dat/sewer.des
index 322a1c0634..35b78d09f5 100644
--- a/crawl-ref/source/dat/sewer.des
+++ b/crawl-ref/source/dat/sewer.des
@@ -47,7 +47,8 @@ function sewer_portal(e)
dstorigin = "in the sewers",
overmap = "glowing drain",
turns = timeout_turns,
- floor = "stone_arch",
+-- floor seems better than empty stone arch
+-- floor = "stone_arch",
msg = messager })
e.kfeat("O = enter_portal_vault")
e.colour("O = lightgreen")