Admins can adminghost via the F5 key.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4709 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-09-17 02:47:42 +00:00
parent 9265255ab5
commit 9bb09aad58
4 changed files with 5 additions and 4 deletions

View File

@@ -443,7 +443,7 @@
//ghostize
var/mob/body = mob
body.ghostize(1)
body.key = "@[key]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus
if(body) body.key = "@[key]" //Haaaaaaaack. But the people have spoken. If it breaks; blame adminbus
feedback_add_details("admin_verb","O") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!

View File

@@ -52,6 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<h2 class="date">17 September 2012</h2>
<h3 class="author">Carn updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">F5 is now a hotkey for adminghosting (for admins obviously)</li>
<li class="tweak">Catatonia makes you fall down. Admins appear braindead when admin-ghosting.</li>
<li class="tweak">"Set-observe"/"Set-play" renamed and merged into "Aghost".</li>
<li class="tweak">"Lay down/Get up" renamed to "Rest"</li>

View File

@@ -119,7 +119,7 @@ Any-Mode: (hotkey doesn't need to be on)
var/admin = {"<font color='purple'>
Admin:
\tF5 = toggle-admin-observe (WIP)
\tF5 = Aghost (admin-ghost)
\tF6 = player-panel-new
\tF7 = admin-pm
\tF8 = (WIP)

View File

@@ -121,7 +121,7 @@ macro "macro"
is-disabled = false
elem
name = "F5"
command = "admin-observe"
command = "Aghost"
is-disabled = false
elem
name = "F6"
@@ -303,7 +303,7 @@ macro "hotkeymode"
is-disabled = false
elem
name = "F5"
command = "admin-observe"
command = "Aghost"
is-disabled = false
elem
name = "F6"