summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/layout.des
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-26 03:59:17 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-26 03:59:17 +0000
commitc9d3683f746b4b4d77747803e4bec9ca1e29f405 (patch)
tree736589105055ff2e7137234f8359ee0d71400b8f /crawl-ref/source/dat/layout.des
parent5ef44f94de7c4fd42e7af4bae86eda1d34402860 (diff)
downloadcrawl-ref-c9d3683f746b4b4d77747803e4bec9ca1e29f405.tar.gz
crawl-ref-c9d3683f746b4b4d77747803e4bec9ca1e29f405.zip
Minor dungeon fixes. Encompass maps were erroneously being vetoed. Octagon rooms no longer have a hideous discontinuity on their lower right corner. Octagon rooms are also no longer always smeared.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6687 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/layout.des')
-rw-r--r--crawl-ref/source/dat/layout.des2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/layout.des b/crawl-ref/source/dat/layout.des
index 59e5d5d561..6888c3af19 100644
--- a/crawl-ref/source/dat/layout.des
+++ b/crawl-ref/source/dat/layout.des
@@ -149,7 +149,7 @@ TAGS: layout allow_dup
dgn.fill_area(0, 0, gxm - 1, gym - 1, "rock_wall")
dgn.octa_room(10, 10, gxm - 10, gym - 10, oblique, "floor")
- if crawl.coinflip() or true then
+ if crawl.coinflip() then
local iterations = 100 + crawl.random2(200)
dgn.smear_feature(iterations, false, wall, 0, 0, gxm - 1, gym - 1)
end