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