Skip to content

Commit

Permalink
remove sgt report (#2545)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
see title
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
admin qol
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
admin: remove sgt report ~~to debug verbs~~
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
GenericDM authored Dec 1, 2023
1 parent 729c187 commit 18f7138
Showing 1 changed file with 1 addition and 12 deletions.
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.")

0 comments on commit 18f7138

Please sign in to comment.