mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
* Port Trash/Writing Persistence from World * stuff beyond straight portin * Fixed admin menu * Config, cigbutts, blood exceptions, offices.... * mapped butts
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) |