mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-05-16 20:41:20 +01:00
f72f2f8c89
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
/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)
|