From 070a10a0114c8b20f0137568c4604a7e31681ce3 Mon Sep 17 00:00:00 2001
From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com>
Date: Fri, 27 Dec 2024 13:13:06 +0300
Subject: [PATCH 1/2] Stuff 1
---
Content.Server/_White/AuthPanel/AuthPanelSystem.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Content.Server/_White/AuthPanel/AuthPanelSystem.cs b/Content.Server/_White/AuthPanel/AuthPanelSystem.cs
index 903e74ccad..30307a3312 100644
--- a/Content.Server/_White/AuthPanel/AuthPanelSystem.cs
+++ b/Content.Server/_White/AuthPanel/AuthPanelSystem.cs
@@ -41,7 +41,7 @@ public sealed class AuthPanelSystem : EntitySystem
///
/// Amount of minutes before action can be called. Counting from round start.
///
- public static int EarliestStart = 45;
+ public static int EarliestStart = 60;
///
/// Amount of seconds before action can be called. Counting from previous vote.
From 7c9555562c5e84a0c6123bf4c6741f507adbd9a8 Mon Sep 17 00:00:00 2001
From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com>
Date: Fri, 27 Dec 2024 13:13:37 +0300
Subject: [PATCH 2/2] Stuff 2
---
Resources/ServerInfo/Guidebook/Security/AuthPanel.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Resources/ServerInfo/Guidebook/Security/AuthPanel.xml b/Resources/ServerInfo/Guidebook/Security/AuthPanel.xml
index e7a4b9cc44..d98867339c 100644
--- a/Resources/ServerInfo/Guidebook/Security/AuthPanel.xml
+++ b/Resources/ServerInfo/Guidebook/Security/AuthPanel.xml
@@ -25,7 +25,7 @@
- Если станция ОБР находится не в надлежащем состоянии для реализации операции - запрос будет отклонён.
- При недостаточном количестве недееспособного персонала на станции запрашивающей помощь - запрос будет отклонён.
- - Все запросы, отправленные раньше 45 минут с начала работы станции - автоматически отклоняются.
+ - Все запросы, отправленные раньше 60 минут с начала работы станции - автоматически отклоняются.
- Запросы станции, которая уже получила помощь ОБР - автоматически отклоняются.
- Станция ОБР имеет право отклонить или одобрить запрос на своё усмотрение.