Added an invisimin verb. It toggles your mob's invisibility between ghost-like invis and it's initial state. It is bound to the F8 key.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4710 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-09-17 03:25:37 +00:00
parent 9bb09aad58
commit de35030dd6
4 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ Admin:
\tF5 = Aghost (admin-ghost)
\tF6 = player-panel-new
\tF7 = admin-pm
\tF8 = (WIP)
\tF8 = Invisimin
</font>"}
src << hotkey_mode
+8
View File
@@ -131,6 +131,10 @@ macro "macro"
name = "F7"
command = "Admin-PM"
is-disabled = false
elem
name = "F8"
command = "Invisimin"
is-disabled = false
elem
name = "F12"
command = "F12"
@@ -313,6 +317,10 @@ macro "hotkeymode"
name = "F7"
command = "Admin-PM"
is-disabled = false
elem
name = "F8"
command = "Invisimin"
is-disabled = false
elem
name = "F12"
command = "F12"