summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/rooms.des
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 17:11:41 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-27 17:11:41 +0000
commit5969571c6c69d2033ae341f0018b6d5836dc36ff (patch)
tree95368378293af5de7ad6b6749b5626f22771ddde /crawl-ref/source/dat/rooms.des
parenta6513eb40f637c25a695861eabffcecb29ade1e6 (diff)
downloadcrawl-ref-5969571c6c69d2033ae341f0018b6d5836dc36ff.tar.gz
crawl-ref-5969571c6c69d2033ae341f0018b6d5836dc36ff.zip
ziggurat ellipse builder (dpeg), needs work.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7657 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/rooms.des')
-rw-r--r--crawl-ref/source/dat/rooms.des7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/dat/rooms.des b/crawl-ref/source/dat/rooms.des
index 6467ba2f5f..74bfd1e8a5 100644
--- a/crawl-ref/source/dat/rooms.des
+++ b/crawl-ref/source/dat/rooms.des
@@ -9,12 +9,7 @@ function fill_special_room(mon, lord_mon, pack)
end
if type(mon) == "table" then
- local str = mon[1]
-
- for i = 2, table.getn(mon) do
- str = str .. " / " .. mon[i]
- end
- mon = str
+ mon = util.join(" / ", mon)
end
local lord_x, los_y = -1, -1