mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 23:42:27 +00:00
Update locations.dm
Gets rid of debug verbs.
This commit is contained in:
@@ -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
|
||||
world << location_number
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user