Reduces the rank requirements for giveruntimelog from GM to Badmin. This is so coders can log into the TG servers and pester any present admin for log access.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4113 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-19 15:50:27 +00:00
parent 4f108d520d
commit 85d28606ef
2 changed files with 2 additions and 2 deletions

View File

@@ -216,6 +216,7 @@
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
verbs += /client/proc/giveruntimelog //used by coders to retrieve runtime logs
//verbs += /client/proc/cmd_admin_godmode --Merged with view variables //verbs += /client/proc/cmd_admin_godmode --Merged with view variables
//verbs += /client/proc/cmd_admin_gib --Merged with view variables //verbs += /client/proc/cmd_admin_gib --Merged with view variables
//verbs += /proc/togglebuildmode --Merged with view variables //verbs += /proc/togglebuildmode --Merged with view variables
@@ -276,7 +277,6 @@
verbs += /client/proc/everyone_random verbs += /client/proc/everyone_random
verbs += /client/proc/only_one verbs += /client/proc/only_one
verbs += /client/proc/deadmin_self verbs += /client/proc/deadmin_self
verbs += /client/proc/giveruntimelog //used by coders to retrieve runtime logs
verbs += /client/proc/cinematic //show a cinematic sequence verbs += /client/proc/cinematic //show a cinematic sequence
verbs += /client/proc/startSinglo //Used to prevent the station from losing power while testing stuff out. verbs += /client/proc/startSinglo //Used to prevent the station from losing power while testing stuff out.
verbs += /client/proc/toggle_log_hrefs verbs += /client/proc/toggle_log_hrefs

View File

@@ -31,7 +31,7 @@
set desc = "Give somebody access to any session logfiles saved to the /log/runtime/ folder." set desc = "Give somebody access to any session logfiles saved to the /log/runtime/ folder."
set category = null set category = null
if( !src.holder || holder.rank != "Game Master" ) if( !src.holder )
src << "<font color='red'>Only Game Masters may use this command.</font>" src << "<font color='red'>Only Game Masters may use this command.</font>"
return return