From dc170af54ec9f9cd18f7d49a2294a1c1a4e92a54 Mon Sep 17 00:00:00 2001 From: Neerti Date: Thu, 26 Nov 2015 11:07:04 -0500 Subject: [PATCH] Update locations.dm Gets rid of debug verbs. --- code/datums/locations/locations.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/locations/locations.dm b/code/datums/locations/locations.dm index d0661e95d69..8fdeaf1912c 100644 --- a/code/datums/locations/locations.dm +++ b/code/datums/locations/locations.dm @@ -26,7 +26,7 @@ var/global/datum/locations/milky_way/locations = new() new /datum/locations/uueoa_esa(src), new /datum/locations/vir(src) ) - +/* /datum/locations/proc/show_contents() // world << "[src]\n[desc]" for(var/datum/locations/a in contents) @@ -54,4 +54,5 @@ var/global/datum/locations/milky_way/locations = new() set name = "Count Locations" set category = "Debug" var/location_number = locations.count_locations() - world << location_number \ No newline at end of file + world << location_number +*/