[MIRROR] Server maint subsystem (#9408)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-04 22:00:41 +01:00
committed by GitHub
co-authored by Kashargul
parent 4f9bd4462d
commit f72f2f8c89
225 changed files with 689 additions and 683 deletions
+1 -1
View File
@@ -149,7 +149,7 @@
drop.forceMove(T)
/datum/admins/proc/call_drop_pod()
set category = "Fun.Drop Pod" //CHOMPEdit
set category = "Fun.Drop Pod"
set desc = "Call an immediate drop pod on your location."
set name = "Call Drop Pod"
+1 -1
View File
@@ -33,7 +33,7 @@
/datum/admins/proc/call_supply_drop()
set category = "Fun.Drop Pod" //CHOMPEdit
set category = "Fun.Drop Pod"
set desc = "Call an immediate supply drop on your location."
set name = "Call Supply Drop"
+4 -4
View File
@@ -13,7 +13,7 @@
M.display_map(usr)
/client/proc/delete_random_map()
set category = "Debug.Events" //CHOMPEdit
set category = "Debug.Events"
set name = "Delete Random Map"
set desc = "Delete a random map."
@@ -30,7 +30,7 @@
qdel(M)
/client/proc/create_random_map()
set category = "Debug.Events" //CHOMPEdit
set category = "Debug.Events"
set name = "Create Random Map"
set desc = "Create a random map."
@@ -54,7 +54,7 @@
log_admin("[key_name(usr)] has created [M.name].")
/client/proc/apply_random_map()
set category = "Debug.Events" //CHOMPEdit
set category = "Debug.Events"
set name = "Apply Random Map"
set desc = "Apply a map to the game world."
@@ -79,7 +79,7 @@
M.apply_to_map()
/client/proc/overlay_random_map()
set category = "Debug.Events" //CHOMPEdit
set category = "Debug.Events"
set name = "Overlay Random Map"
set desc = "Apply a map to another map."