mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user