summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/rooms.des
diff options
context:
space:
mode:
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