various fixes, improvements, etc (#4649)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-10-30 21:03:20 -05:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 8a8e664e9d
commit de4f5eb944
19 changed files with 94 additions and 39 deletions
+5 -1
View File
@@ -218,7 +218,8 @@ var/list/debug_verbs = list (
set category = "ZAS"
set name = "Check ZAS connections"
if(!check_rights(R_DEBUG)) return
if(!check_rights(R_DEBUG))
return
testZAScolors_remove()
var/turf/simulated/location = get_turf(usr)
@@ -240,6 +241,9 @@ var/list/debug_verbs = list (
usedZAScolors = 1
testZAScolors_zones += location.zone
if(!location.zone)
to_chat(usr, "No zone in location!")
return
for(var/turf/T in location.zone.contents)
images += image(green, T,"zasdebug", TURF_LAYER)
testZAScolors_turfs += T