mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
talk-wheel does not exist please stop trying (#26120)
* Update skin.dmf * NO
This commit is contained in:
committed by
duncathan salt
parent
98bb81f8bd
commit
c33e9dd63e
@@ -109,7 +109,6 @@ Admin:
|
||||
|
||||
|
||||
/mob/proc/hotkey_help()
|
||||
//h = talk-wheel has a nonsense tag in it because \th is an escape sequence in BYOND.
|
||||
var/hotkey_mode = {"<font color='purple'>
|
||||
Hotkey-Mode: (hotkey-mode must be on)
|
||||
\tTAB = toggle hotkey-mode
|
||||
@@ -122,7 +121,6 @@ Hotkey-Mode: (hotkey-mode must be on)
|
||||
\tr = throw
|
||||
\tm = me
|
||||
\tt = say
|
||||
\t<B></B>h = talk-wheel
|
||||
\to = OOC
|
||||
\tb = resist
|
||||
\tx = swap-hand
|
||||
@@ -147,7 +145,6 @@ Any-Mode: (hotkey doesn't need to be on)
|
||||
\tCtrl+e = equip
|
||||
\tCtrl+r = throw
|
||||
\tCtrl+b = resist
|
||||
\tCtrl+h = talk-wheel
|
||||
\tCtrl+o = OOC
|
||||
\tCtrl+x = swap-hand
|
||||
\tCtrl+z = activate held object (or Ctrl+y)
|
||||
|
||||
@@ -103,10 +103,6 @@ macro "default"
|
||||
name = "CTRL+G"
|
||||
command = "a-intent right"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+O"
|
||||
command = "ooc"
|
||||
@@ -369,14 +365,6 @@ macro "hotkeys"
|
||||
name = "CTRL+G"
|
||||
command = "a-intent right"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "M"
|
||||
command = "me"
|
||||
@@ -619,10 +607,6 @@ macro "robot-default"
|
||||
name = "CTRL+B"
|
||||
command = "resist"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+O"
|
||||
command = "ooc"
|
||||
@@ -841,14 +825,6 @@ macro "robot-hotkeys"
|
||||
name = "CTRL+B"
|
||||
command = "resist"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+H"
|
||||
command = "talk-wheel"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "M"
|
||||
command = "me"
|
||||
|
||||
Reference in New Issue
Block a user