mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Server maint subsystem (#16518)
* upports server maint subsystem * fix runtime in admin z narrate * . * sorts them verbs * . * . * Update code/controllers/subsystems/statpanel.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> * Update code/controllers/subsystems/server_maint.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/client/proc/ZoneTick()
|
||||
set category = "Debug"
|
||||
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"
|
||||
set category = "Debug.Dangerous"
|
||||
|
||||
vsc.SetDefault(mob)
|
||||
|
||||
Reference in New Issue
Block a user