From c457a2603a3951e2cb930e3799bedfb9080c2eae Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 20 Oct 2019 22:31:49 +0200 Subject: [PATCH] Document combat mode and change the keybind to Num1. So I don't CONSTANTLY hit it while alt tabbing. --- Content.Client/UserInterface/TutorialWindow.cs | 3 +++ Resources/keybinds.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/TutorialWindow.cs b/Content.Client/UserInterface/TutorialWindow.cs index fa7327e6c7..546fc68b93 100644 --- a/Content.Client/UserInterface/TutorialWindow.cs +++ b/Content.Client/UserInterface/TutorialWindow.cs @@ -24,6 +24,9 @@ You can talk in OOC by prefixing the message with [ or /ooc. If you are not on a QWERTY keyboard, the keys mentioned above are bound to the physical location on your keyboard, not what letter they correspond to. For example on AZERTY movement is ZQSD, drop is A, W is activate in hand. +Instead of intents, we have ""combat mode"". Hit 1 (on your number row) to toggle it on or off. +You can't attack anybody with it off, so no more hitting yourself with your own crowbar. + If you have any feedback, questions, bug reports, etc..., do not be afraid to tell us! You can ask on Discord or heck, just write it in OOC! We'll catch it."; diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 3e6cf46cd8..a80956e89e 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -83,7 +83,7 @@ binds: canFocus: true - function: ToggleCombatMode type: State - key: Tab + key: Num1 - function: OpenCraftingMenu type: state key: G