Tracy verb to proc (#16057)

* Turn tracy verb to proc, let's see if it actually hides, as this is the only difference from others in its category

* Changelog

* Reword changelog

* Update html/changelogs/Fluffyghost-tracyverbtoproc.yml

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
Fluffy
2023-03-19 03:36:33 +01:00
committed by GitHub
co-authored by SleepyGemmy
parent 41828286a5
commit 2651070281
3 changed files with 45 additions and 4 deletions
+3 -3
View File
@@ -226,7 +226,7 @@ var/list/admin_verbs_debug = list(
/client/proc/disconnect_ntsl,
/turf/proc/view_chunk,
/turf/proc/update_chunk,
/client/verb/profiler_start
/client/proc/profiler_start
)
var/list/admin_verbs_paranoid_debug = list(
@@ -400,7 +400,7 @@ var/list/admin_verbs_hideable = list(
/proc/possess,
/proc/release,
/client/proc/force_away_mission,
/client/verb/profiler_start
/client/proc/profiler_start
)
var/list/admin_verbs_mod = list(
/client/proc/cmd_admin_pm_context, // right-click adminPM interface,
@@ -464,7 +464,7 @@ var/list/admin_verbs_dev = list( //will need to be altered - Ryan784
/client/proc/cmd_display_del_log,
/client/proc/cmd_display_init_log,
/client/proc/create_poll, //Allows to create polls
/client/verb/profiler_start
/client/proc/profiler_start
)
var/list/admin_verbs_cciaa = list(
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/