Skip to content

Commit

Permalink
Комменты и ссылки на источники
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Aug 6, 2024
1 parent 6e9e4aa commit 652ef88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Content.Client/ADT/Language/UI/LanguageMenuWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--Original window taken from https://github.com/new-frontiers-14/frontier-station-14/pull/671-->
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client.UserInterface.Controls"
Title="a"
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/ADT/Language/LanguageSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public string ObfuscateMessage(EntityUid uid, string originalMessage, LanguagePr
return result;
}

// OK I have no idea how to generate message so I took some voids from other PR
// Message obfuscation and seed system taken from https://github.com/new-frontiers-14/frontier-station-14/pull/671
private void ObfuscateSyllables(StringBuilder builder, string message, LanguagePrototype language)
{
// Go through each word. Calculate its hash sum and count the number of letters.
Expand Down
3 changes: 3 additions & 0 deletions Resources/keybinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,12 @@ binds:
- function: OpenEmotesMenu
type: State
key: Y

# ADT Languages update
- function: OpenLanguagesMenu
type: State
key: L

- function: TextCursorSelect
# TextCursorSelect HAS to be above ExamineEntity
# So that LineEdit receives it correctly.
Expand Down

0 comments on commit 652ef88

Please sign in to comment.