From 0962aa2978cd410db2e2fd43b4e954c94e7c7cf8 Mon Sep 17 00:00:00 2001 From: Aviu00 <93730715+Aviu00@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:52:02 +0900 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B2=D0=B8=D0=BA=D0=B8=20(#491)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Economy additions * Tweak implant cooldowns * Cult stuff * Random appearance aspect nuke ops fix * Auto shuttle enable on round end * Holy water threshold --- .../White/Economy/Ui/AtmWindow.xaml | 2 +- .../White/Economy/Ui/AtmWindow.xaml.cs | 25 ++++++++++++++----- .../GameTicking/GameTicker.RoundFlow.cs | 10 ++++++++ .../VendingMachines/VendingMachineSystem.cs | 5 +++- Content.Server/White/Economy/ATMSystem.cs | 12 ++++++++- Content.Server/White/Economy/EftposSystem.cs | 2 +- .../RandomHumanSystem/RandomHumanSystem.cs | 7 ++++++ Resources/Locale/ru-RU/cult/effects.ftl | 1 + Resources/Locale/ru-RU/white/economy/atm.ftl | 1 + Resources/Prototypes/Actions/types.yml | 3 +-- Resources/Prototypes/White/Actions/types.yml | 2 +- .../White/Structures/Machines/atm.yml | 20 ++++++++------- 12 files changed, 68 insertions(+), 22 deletions(-) create mode 100644 Resources/Locale/ru-RU/cult/effects.ftl diff --git a/Content.Client/White/Economy/Ui/AtmWindow.xaml b/Content.Client/White/Economy/Ui/AtmWindow.xaml index 2df0d41d1c..4847473efa 100644 --- a/Content.Client/White/Economy/Ui/AtmWindow.xaml +++ b/Content.Client/White/Economy/Ui/AtmWindow.xaml @@ -12,7 +12,7 @@