mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user