mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Server maint subsystem (#9408)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4f9bd4462d
commit
f72f2f8c89
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user