diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 405e6f0351b..07fb8574521 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -63,7 +63,7 @@ verbs += /client/proc/jumptocoord verbs += /client/proc/cmd_admin_delete verbs += /client/proc/cmd_admin_add_freeform_ai_law - //verbs += /client/proc/cmd_admin_rejuvenate --Merged with player panel + verbs += /client/proc/cmd_admin_rejuvenate //verbs += /client/proc/cmd_admin_drop_everything --Merged with view variables //verbs += /client/proc/cmd_modify_object_variables --Merged with view variables @@ -209,7 +209,7 @@ verbs += /client/proc/cmd_admin_delete verbs += /client/proc/cmd_admin_add_freeform_ai_law verbs += /client/proc/cmd_admin_add_random_ai_law - //verbs += /client/proc/cmd_admin_rejuvenate --merged with player panel + verbs += /client/proc/cmd_admin_rejuvenate verbs += /client/proc/hide_most_verbs verbs += /client/proc/jumptocoord verbs += /client/proc/deadmin_self @@ -342,7 +342,7 @@ verbs -= /client/proc/jumptoturf verbs -= /client/proc/cmd_admin_add_freeform_ai_law verbs -= /client/proc/cmd_admin_add_random_ai_law - //verbs -= /client/proc/cmd_admin_rejuvenate --merged with player panel + verbs -= /client/proc/cmd_admin_rejuvenate verbs -= /client/proc/cmd_admin_delete verbs -= /client/proc/toggleadminhelpsound //verbs -= /client/proc/cmd_admin_remove_plasma --This proc is outdated, does not do anything diff --git a/code/modules/admin/verbs/mapping.dm b/code/modules/admin/verbs/mapping.dm index e8de55c307b..f69b04b8c08 100644 --- a/code/modules/admin/verbs/mapping.dm +++ b/code/modules/admin/verbs/mapping.dm @@ -141,7 +141,7 @@ var/intercom_range_display_status = 0 src.verbs += /client/proc/startSinglo src.verbs += /client/proc/ticklag //allows you to set the ticklag. src.verbs += /client/proc/cmd_admin_grantfullaccess - src.verbs += /client/proc/cmd_admin_rejuvenate + //src.verbs += /client/proc/cmd_admin_rejuvenate feedback_add_details("admin_verb","mDV") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!