From b5eef250b8d6d12740388da20b0f283ce6bfd6ba Mon Sep 17 00:00:00 2001 From: KashRas2 Date: Fri, 30 Aug 2024 19:43:48 +0300 Subject: [PATCH 1/3] a lot of fixes --- Content.Client/ADT/Economy/UI/AtmWindow.xaml | 4 +- .../ADT/Economy/UI/AtmWindow.xaml.cs | 2 +- .../HyperNobliumProductionReaction.cs | 4 -- ...=> SharedCanBuildWallOnTopRPDComponent.cs} | 0 ... SharedCanBuildWindowOnTopRPDComponent.cs} | 0 Resources/Locale/ru-RU/ADT/economy/atm.ftl | 2 + .../Entities/Objects/Device/door_remote.ftl | 2 + .../Prototypes/ADT/Access/engineering.yml | 5 ++ .../Prototypes/ADT/Atmospherics/reactions.yml | 2 +- .../Entities/Objects/Devices/door_remote.yml | 16 ++++++ .../ADT/Entities/Structures/Machines/atm.yml | 7 +-- .../Structures/Piping/Atmospherics/pipes.yml | 5 ++ .../Structures/Piping/Disposal/pipes.yml | 11 ++++ .../Catalog/Fills/Lockers/engineer.yml | 2 + .../Structures/Doors/Firelocks/firelock.yml | 1 + .../Entities/Structures/Walls/walls.yml | 2 +- .../Textures/ADT/Interface/Atmos/status.png | Bin 0 -> 157 bytes .../ADT/Structures/Machines/atm.rsi/atm.png | Bin 0 -> 4471 bytes .../Structures/Machines/atm.rsi/atm_off.png | Bin 0 -> 1737 bytes .../ADT/Structures/Machines/atm.rsi/meta.json | 52 ++++++++++++++++-- .../ADT/Structures/Machines/atm.rsi/off.png | Bin 1057 -> 0 bytes .../ADT/Structures/Machines/atm.rsi/on.png | Bin 652 -> 0 bytes .../color.rsi/equipped-INNERCLOTHING.png | Bin 518 -> 1010 bytes .../Uniforms/Jumpskirt/color.rsi/icon.png | Bin 300 -> 455 bytes .../Uniforms/Jumpskirt/color.rsi/meta.json | 2 +- .../color.rsi/equipped-INNERCLOTHING.png | Bin 540 -> 1160 bytes .../Uniforms/Jumpsuit/color.rsi/icon.png | Bin 293 -> 437 bytes .../Uniforms/Jumpsuit/color.rsi/meta.json | 2 +- 28 files changed, 102 insertions(+), 19 deletions(-) rename Content.Shared/ADT/Construction/{SharedCanBuildWallOnTopRCDFAPComponent.cs => SharedCanBuildWallOnTopRPDComponent.cs} (100%) rename Content.Shared/ADT/Construction/{SharedCanBuildWindowOnTopRCDFAPComponent.cs => SharedCanBuildWindowOnTopRPDComponent.cs} (100%) create mode 100644 Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Device/door_remote.ftl create mode 100644 Resources/Prototypes/ADT/Access/engineering.yml create mode 100644 Resources/Prototypes/ADT/Entities/Objects/Devices/door_remote.yml create mode 100644 Resources/Textures/ADT/Interface/Atmos/status.png create mode 100644 Resources/Textures/ADT/Structures/Machines/atm.rsi/atm.png create mode 100644 Resources/Textures/ADT/Structures/Machines/atm.rsi/atm_off.png delete mode 100644 Resources/Textures/ADT/Structures/Machines/atm.rsi/off.png delete mode 100644 Resources/Textures/ADT/Structures/Machines/atm.rsi/on.png diff --git a/Content.Client/ADT/Economy/UI/AtmWindow.xaml b/Content.Client/ADT/Economy/UI/AtmWindow.xaml index a2a32b316a3..4ad95c800c2 100644 --- a/Content.Client/ADT/Economy/UI/AtmWindow.xaml +++ b/Content.Client/ADT/Economy/UI/AtmWindow.xaml @@ -1,12 +1,12 @@ -