From 23820ef1fef9eb5dbebb95d46d35bf6b50b0ac85 Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Wed, 27 Nov 2024 00:57:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D0=95=D0=BD=D0=B3=D0=B8=20+=20=D0=92=D0=BE=D0=B7=D0=B2=D1=80?= =?UTF-8?q?=D0=B0=D1=82=20=D0=90=D0=BC=D1=83=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Lobby/LobbyState.cs | 2 +- Content.Client/Lobby/UI/LobbyGui.xaml | 2 +- Content.Client/Lobby/UI/LobbyGui.xaml.cs | 2 +- .../MainMenu/UI/MainMenuControl.xaml | 2 +- .../_White/Rules/RulesWikiSection.xaml | 2 +- .../Silicons/Borgs/SharedBorgSystem.cs | 6 +-- .../{ChangelogHonk.yml => ChangelogAmour.yml} | 18 ++++++- .../en-US/changelog/changelog-window.ftl | 2 +- .../ru-RU/changelog/changelog-window.ftl | 2 +- .../Inventories/clothesmate.yml | 4 +- .../Prototypes/Entities/Mobs/Species/base.yml | 2 +- .../Objects/Specific/Medical/healing.yml | 4 +- .../Weapons/Guns/Battery/battery_guns.yml | 2 +- .../Objects/Weapons/Guns/SMGs/smgs.yml | 10 ++-- Resources/Prototypes/GameRules/events.yml | 32 ++++++------- Resources/Prototypes/GameRules/roundstart.yml | 8 ++-- .../Prototypes/GameRules/unknown_shuttles.yml | 22 ++++----- .../Loadouts/Jobs/Civilian/passenger.yml | 2 +- .../Loadouts/Jobs/Security/common.yml | 2 +- .../Prototypes/Loadouts/loadout_groups.yml | 6 +-- .../Prototypes/Loadouts/role_loadouts.yml | 6 +-- .../Prototypes/Procedural/salvage_rewards.yml | 2 +- .../Crafting/Graphs/improvised/gauze.yml | 4 +- .../Prototypes/Recipes/Lathes/medical.yml | 2 +- .../Prototypes/_White/Aspects/Aspects.yml | 2 +- .../_White/JukeboxSongs/LobbySongs.yml | 48 +++++++++---------- Resources/Prototypes/game_presets.yml | 4 +- 27 files changed, 108 insertions(+), 92 deletions(-) rename Resources/Changelog/{ChangelogHonk.yml => ChangelogAmour.yml} (79%) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index febe8e6cdb..2adc8ef4f1 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -244,7 +244,7 @@ namespace Content.Client.Lobby _lobby!.ServerInfo.SetInfoBlob(_gameTicker.ServerInfoBlob); } - _lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] Honk Station [/font]"); + _lobby!.LabelName.SetMarkup("[font=\"Bedstead\" size=20] Amour [/font]"); _lobby!.ChangelogLabel.SetMarkup("Список изменений:"); } diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index 8f0fcb37ad..25bf89ae94 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -109,7 +109,7 @@ Margin="0 7 0 7" /> _userInterfaceManager.GetUIController().ToggleWindow(); DiscordButton.OnPressed += _ => _stalinManager.RequestUri(); - ChangelogHonk.OnPressed += _ => _userInterfaceManager.GetUIController().ToggleWindow(); + ChangelogAmour.OnPressed += _ => _userInterfaceManager.GetUIController().ToggleWindow(); QuitButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect"); } diff --git a/Content.Client/MainMenu/UI/MainMenuControl.xaml b/Content.Client/MainMenu/UI/MainMenuControl.xaml index 31e89d0127..275c27f1d2 100644 --- a/Content.Client/MainMenu/UI/MainMenuControl.xaml +++ b/Content.Client/MainMenu/UI/MainMenuControl.xaml @@ -7,7 +7,7 @@ -