mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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)
|