- Rejuvenate re added to the right click menu.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3536 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-05-01 08:42:20 +00:00
parent aa65f68d2b
commit cfc6f0c26d
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
verbs += /client/proc/jumptocoord verbs += /client/proc/jumptocoord
verbs += /client/proc/cmd_admin_delete verbs += /client/proc/cmd_admin_delete
verbs += /client/proc/cmd_admin_add_freeform_ai_law 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_admin_drop_everything --Merged with view variables
//verbs += /client/proc/cmd_modify_object_variables --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_delete
verbs += /client/proc/cmd_admin_add_freeform_ai_law verbs += /client/proc/cmd_admin_add_freeform_ai_law
verbs += /client/proc/cmd_admin_add_random_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/hide_most_verbs
verbs += /client/proc/jumptocoord verbs += /client/proc/jumptocoord
verbs += /client/proc/deadmin_self verbs += /client/proc/deadmin_self
@@ -342,7 +342,7 @@
verbs -= /client/proc/jumptoturf verbs -= /client/proc/jumptoturf
verbs -= /client/proc/cmd_admin_add_freeform_ai_law verbs -= /client/proc/cmd_admin_add_freeform_ai_law
verbs -= /client/proc/cmd_admin_add_random_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/cmd_admin_delete
verbs -= /client/proc/toggleadminhelpsound verbs -= /client/proc/toggleadminhelpsound
//verbs -= /client/proc/cmd_admin_remove_plasma --This proc is outdated, does not do anything //verbs -= /client/proc/cmd_admin_remove_plasma --This proc is outdated, does not do anything

View File

@@ -141,7 +141,7 @@ var/intercom_range_display_status = 0
src.verbs += /client/proc/startSinglo src.verbs += /client/proc/startSinglo
src.verbs += /client/proc/ticklag //allows you to set the ticklag. src.verbs += /client/proc/ticklag //allows you to set the ticklag.
src.verbs += /client/proc/cmd_admin_grantfullaccess 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! feedback_add_details("admin_verb","mDV") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!