From 5969571c6c69d2033ae341f0018b6d5836dc36ff Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 27 Nov 2008 17:11:41 +0000 Subject: 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 --- crawl-ref/source/dat/rooms.des | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'crawl-ref/source/dat/rooms.des') 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 -- cgit v1.2.3-54-g00ecf