From c33e9dd63e0d3eea8eccc2fd87c095fe222d8f27 Mon Sep 17 00:00:00 2001 From: ExcessiveUseOfCobblestone Date: Wed, 12 Apr 2017 20:45:57 -0400 Subject: [PATCH] talk-wheel does not exist please stop trying (#26120) * Update skin.dmf * NO --- interface/interface.dm | 3 --- interface/skin.dmf | 24 ------------------------ 2 files changed, 27 deletions(-) diff --git a/interface/interface.dm b/interface/interface.dm index 9774e74aa47..fde1c0ea140 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -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 = {" 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 -\th = 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) diff --git a/interface/skin.dmf b/interface/skin.dmf index 16acfc33f2f..cad5be8b685 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -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"