diff --git a/yogstation/interface/interface.dm b/yogstation/interface/interface.dm index c3eb4237754b..55d405942233 100644 --- a/yogstation/interface/interface.dm +++ b/yogstation/interface/interface.dm @@ -1,6 +1,7 @@ /client/verb/hotkeys_help() set name = "hotkeys-help" set category = "OOC" + to_chat(src, "All hotkeys can be viewed and modified under Preferences -> Keybindings. Click on Default to switch to hotkeys mode") @@ -19,4 +20,4 @@ return to_chat(src, "You have no open tickets!") - return \ No newline at end of file + return