mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 13:04:45 +00:00
## About The Pull Request
Corrects `record_feedback()`'s copy/paste comment.
## Pointless history
Originally being added in e2a8a5e, it kept its name and args for quite a
few years, that was until #32188 which had it renamed to
`record_feedback` and its args pretty much doubled. In between these
times the known copy/paste comment was already around, but that wasn't
updated, until now apparently.
8 lines
406 B
Plaintext
8 lines
406 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 4th parameter is unique to the new proc!
|
|
GLOB.requests.ui_interact(usr)
|