[MIRROR] Server maint subsystem (#9408)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-04 14:00:41 -07:00
committed by GitHub
parent 4f9bd4462d
commit f72f2f8c89
225 changed files with 689 additions and 683 deletions

View File

@@ -1,5 +1,5 @@
/client/proc/ZoneTick()
set category = "Debug.Misc" //CHOMPEdit
set category = "Debug.Misc"
set name = "Process Atmos"
set desc = "Manually run a single tick of the air subsystem"
@@ -17,7 +17,7 @@
*/
/client/proc/Zone_Info(turf/T as null|turf)
set category = "Debug"
set category = "Debug.Misc"
if(T)
if(istype(T,/turf/simulated) && T:zone)
T:zone:dbg_data(src)
@@ -36,7 +36,7 @@
/client/var/list/zone_debug_images
/client/proc/Test_ZAS_Connection(var/turf/simulated/T as turf)
set category = "Debug"
set category = "Debug.Misc"
if(!istype(T))
return
@@ -95,6 +95,6 @@
to_chat(mob, "both turfs can merge.")
/client/proc/ZASSettings()
set category = "Debug.Dangerous" //CHOMPEdit
set category = "Debug.Dangerous"
vsc.SetDefault(mob)