Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove sgt report #2545

Merged
merged 3 commits into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/resetasaycolor,
/client/proc/fix_air, /*resets air in designated radius to its default atmos composition*/
/client/proc/addbunkerbypass,
/client/proc/revokebunkerbypass,
/client/proc/report_sgt //TEMP
/client/proc/revokebunkerbypass
)
GLOBAL_LIST_INIT(admin_verbs_admin, world.AVerbsAdmin())
GLOBAL_PROTECT(admin_verbs_admin)
Expand Down Expand Up @@ -776,13 +775,3 @@ GLOBAL_PROTECT(admin_verbs_hideable)

src << link("?debug=profile&type=sendmaps&window=test")
#endif

//FIXME TODO REMOVE THIS
/client/proc/report_sgt()
set name = "SGT Report"
set category = "000_PANIC BUTTON"
set desc = "Report a Slimegirl Trafficking Incident"
if(!holder)
return
log_shuttle("CRITICAL: !!INCIDENT REPORTED!!")
message_debug("[key_name_admin(usr)]: Shuttle Incident Reported.")