mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-22 05:23:31 +01:00
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
/datum/admins/proc/view_persistent_data()
|
|
set category = "Admin"
|
|
set name = "View Persistent Data"
|
|
set desc = "Shows a list of persistent data for this round. Allows modification by admins."
|
|
|
|
SSpersistence.show_info(usr) |