From 00956b0fdbcc1101cb321a6d1b559bd581e3791c Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Tue, 29 Aug 2023 05:59:14 +0600 Subject: [PATCH] =?UTF-8?q?=D0=BD=D1=83=20=D1=8F=20=D0=B8=20=D1=87=D0=B5?= =?UTF-8?q?=20(#346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CheZaHuetaSystem * CheZaHuetaSystem2 * в --- .../Options/UI/Tabs/GraphicsTab.xaml | 1 + .../Options/UI/Tabs/GraphicsTab.xaml.cs | 9 ++- Content.Client/Popups/PopupOverlay.cs | 3 - Content.Client/Popups/PopupSystem.cs | 14 ++++ .../White/Jukebox/TapeCreatorMenu.xaml.cs | 2 +- .../Body/Systems/RespiratorSystem.cs | 6 +- Content.Server/Chat/Systems/ChatSystem.cs | 12 +-- .../White/Commands/NoticeCommand.cs | 43 +++++++++++ .../ERTRecruitment/ERTRecruitmentRule.cs | 2 +- .../White/Other/CritMobActionsSystem.cs | 76 +++++++++++++++++++ .../Other/ExamineSystem/ExamineSystem.cs | 46 +++++++++-- Content.Server/White/TTS/TTSManager.cs | 4 +- Content.Server/White/TTS/TTSSystem.cs | 6 +- .../White/Other/MobStateActionsComponent.cs | 27 +++++++ .../White/Other/MobStateActionsSystem.cs | 54 +++++++++++++ Content.Shared/White/WhiteCVars.cs | 11 ++- Resources/Locale/ru-RU/white/something.ftl | 9 +++ .../Prototypes/Entities/Mobs/Species/base.yml | 5 ++ 18 files changed, 301 insertions(+), 29 deletions(-) create mode 100644 Content.Server/White/Commands/NoticeCommand.cs create mode 100644 Content.Server/White/Other/CritMobActionsSystem.cs create mode 100644 Content.Shared/White/Other/MobStateActionsComponent.cs create mode 100644 Content.Shared/White/Other/MobStateActionsSystem.cs diff --git a/Content.Client/Options/UI/Tabs/GraphicsTab.xaml b/Content.Client/Options/UI/Tabs/GraphicsTab.xaml index 118b85b87b..afb9b3b935 100644 --- a/Content.Client/Options/UI/Tabs/GraphicsTab.xaml +++ b/Content.Client/Options/UI/Tabs/GraphicsTab.xaml @@ -39,6 +39,7 @@ +