[MIRROR] next set of admin verbs (#12574)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-22 21:28:46 +01:00
committed by GitHub
co-authored by Kashargul
parent b397129b6b
commit 62b8453b69
62 changed files with 1129 additions and 2147 deletions
+2 -6
View File
@@ -1,6 +1,2 @@
/datum/admins/proc/view_persistent_data()
set category = "Admin.Game"
set name = "View Persistent Data"
set desc = "Shows a list of persistent data for this round. Allows modification by admins."
SSpersistence.show_info(usr)
ADMIN_VERB(view_persistent_data, R_MOD|R_ADMIN, "View Persistent Data", "Shows a list of persistent data for this round. Allows modification by admins.", ADMIN_CATEGORY_GAME)
SSpersistence.show_info(user)