From 18f7138ac05e2c0e7c915886cee23bc292e558ed Mon Sep 17 00:00:00 2001 From: GenericDM <34109002+GenericDM@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:35:15 -0800 Subject: [PATCH] remove sgt report (#2545) ## About The Pull Request see title ## Why It's Good For The Game admin qol ## Changelog :cl: admin: remove sgt report ~~to debug verbs~~ /:cl: --- code/modules/admin/admin_verbs.dm | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 6f1809098f9d..929cf33f3315 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -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) @@ -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.")