From 1b00456d0947899246e6a6df1df626ec85ea93be Mon Sep 17 00:00:00 2001 From: Ratyyy <> Date: Fri, 3 May 2024 20:01:26 +0300 Subject: [PATCH 1/2] mech tags + immortal headrev --- .../Revolutionary/UI/DeconvertedEui.cs | 25 ---------------- .../Revolutionary/UI/DeconvertedMenu.xaml | 10 ------- .../Revolutionary/UI/DeconvertedMenu.xaml.cs | 16 ---------- .../Rules/RevolutionaryRuleSystem.cs | 30 +++++-------------- Resources/Prototypes/ADT/tags.yml | 29 +++++++++++++----- .../Entities/Objects/Shields/shields.yml | 21 +++++++------ .../Objects/Specific/Mech/mecha_equipment.yml | 9 ++++++ .../Entities/Objects/Specific/Mech/mechs.yml | 8 +++++ 8 files changed, 57 insertions(+), 91 deletions(-) delete mode 100644 Content.Client/Revolutionary/UI/DeconvertedEui.cs delete mode 100644 Content.Client/Revolutionary/UI/DeconvertedMenu.xaml delete mode 100644 Content.Client/Revolutionary/UI/DeconvertedMenu.xaml.cs diff --git a/Content.Client/Revolutionary/UI/DeconvertedEui.cs b/Content.Client/Revolutionary/UI/DeconvertedEui.cs deleted file mode 100644 index 33495f8a974..00000000000 --- a/Content.Client/Revolutionary/UI/DeconvertedEui.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Content.Client.Eui; - -namespace Content.Client.Revolutionary.UI; - -public sealed class DeconvertedEui : BaseEui -{ - private readonly DeconvertedMenu _menu; - - public DeconvertedEui() - { - _menu = new DeconvertedMenu(); - } - - public override void Opened() - { - _menu.OpenCentered(); - } - - public override void Closed() - { - base.Closed(); - - _menu.Close(); - } -} diff --git a/Content.Client/Revolutionary/UI/DeconvertedMenu.xaml b/Content.Client/Revolutionary/UI/DeconvertedMenu.xaml deleted file mode 100644 index 14b31c1950d..00000000000 --- a/Content.Client/Revolutionary/UI/DeconvertedMenu.xaml +++ /dev/null @@ -1,10 +0,0 @@ - - -