From b0a0f19eacb6037e27e8bb7b0c7ee4ee1ef32946 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 11 May 2021 02:56:51 -0400 Subject: [PATCH] B to Resist! (#8062) * B to Resist! * Requested Changes. --- interface/interface.dm | 4 ++++ interface/skin.dmf | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/interface/interface.dm b/interface/interface.dm index 3c35a1e063..e1fc8988ef 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -93,6 +93,8 @@ Hotkey-Mode: (hotkey-mode must be on) \t5 = emote \tx = swap-hand \tz = activate held object (or y) +\tu = Rest +\tb = Resist \tj = toggle-aiming-mode \tf = cycle-intents-left \tg = cycle-intents-right @@ -113,6 +115,8 @@ Any-Mode: (hotkey doesn't need to be on) \tCtrl+q = drop \tCtrl+e = equip \tCtrl+r = throw +\tCtrl+u = Rest +\tCtrl+b = Resist \tCtrl+x = swap-hand \tCtrl+z = activate held object (or Ctrl+y) \tCtrl+f = cycle-intents-left diff --git a/interface/skin.dmf b/interface/skin.dmf index 4887895627..fc14eb8a69 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -352,6 +352,12 @@ macro "macro" elem name = "CTRL+Z" command = "Activate-Held-Object" + elem + name = "CTRL+U" + command = "Rest" + elem + name = "CTRL+B" + command = "Resist" elem name = "CTRL+NUMPAD1" command = "body-r-leg"