From cfc6f0c26dbe07c61c77fa8ca329aed1d7f62e4e Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 1 May 2012 08:42:20 +0000 Subject: [PATCH] - Rejuvenate re added to the right click menu. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3536 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin_verbs.dm | 6 +++--- code/modules/admin/verbs/mapping.dm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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!