Files
Bubberstation/code/modules/admin/verbs/requests.dm
SkyratBot 9aaa9ae8a1 [MIRROR] Add Requests Manager to View All Prayers, Centcom/Syndicate Requests & Nuke Code Requests in Round (#7781)
* Add Requests Manager to View All Prayers, Centcom/Syndicate Requests & Nuke Code Requests in Round

* Hee hoo funny web-edit merge conflict fixing time

Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
2021-08-25 23:39:20 -04:00

8 lines
405 B
Plaintext

/// Verb for opening the requests manager panel
/client/proc/requests()
set name = "Requests Manager"
set desc = "Open the request manager panel to view all requests during this round"
set category = "Admin.Game"
SSblackbox.record_feedback("tally", "admin_verb", 1, "Request Manager") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
GLOB.requests.ui_interact(usr)