From 9c879608520283101ed554c490e8d4a977f334aa Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Fri, 6 Sep 2013 21:11:46 -0700 Subject: [PATCH] Bluh. --- code/ZAS/Debug.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ZAS/Debug.dm b/code/ZAS/Debug.dm index 874ae50a125..762843d5b13 100644 --- a/code/ZAS/Debug.dm +++ b/code/ZAS/Debug.dm @@ -148,8 +148,6 @@ client/proc/TestZASRebuild() var/list/turfs = current_zone.contents.Copy() var/current_identifier = 1 - src << "[turfs[1]] = [turfs[turfs[1]]]" - for(var/turf/simulated/current in turfs) lowest_id = null current_adjacents = list() @@ -182,6 +180,8 @@ client/proc/TestZASRebuild() sleep(5) + if(turfs[current]) + current.overlays += overlays[turfs[current]] turfs[current] = lowest_id current.overlays += overlays[lowest_id] sleep(5) @@ -204,7 +204,7 @@ client/proc/TestZASRebuild() //lazy but fast final_arrangement.Remove(null) - src << final_arrangement.len + src << "There are [final_arrangement.len] unique segments." for(var/turf/current in turfs) current.overlays -= overlays