mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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!
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user