From 9739d41607d77f93321cfa97d5f63767866ddea2 Mon Sep 17 00:00:00 2001 From: Valtos Date: Fri, 8 Nov 2024 02:22:10 +0300 Subject: [PATCH] fix yaica (#773) --- Content.Client/Overlays/ShowSyndicateIconsSystem.cs | 2 +- Content.Shared/Inventory/InventorySystem.Relay.cs | 2 +- Content.Shared/Overlays/ShowSyndicateIconsComponent.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Client/Overlays/ShowSyndicateIconsSystem.cs b/Content.Client/Overlays/ShowSyndicateIconsSystem.cs index 660ef198e1..9e038fe317 100644 --- a/Content.Client/Overlays/ShowSyndicateIconsSystem.cs +++ b/Content.Client/Overlays/ShowSyndicateIconsSystem.cs @@ -6,7 +6,7 @@ using Robust.Shared.Prototypes; namespace Content.Client.Overlays; -public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem +public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem { [Dependency] private readonly IPrototypeManager _prototype = default!; diff --git a/Content.Shared/Inventory/InventorySystem.Relay.cs b/Content.Shared/Inventory/InventorySystem.Relay.cs index 0acce9d3f8..3e53ab6ec7 100644 --- a/Content.Shared/Inventory/InventorySystem.Relay.cs +++ b/Content.Shared/Inventory/InventorySystem.Relay.cs @@ -54,7 +54,7 @@ public partial class InventorySystem SubscribeLocalEvent>(RelayInventoryEvent); SubscribeLocalEvent>(RelayInventoryEvent); SubscribeLocalEvent>(RelayInventoryEvent); - SubscribeLocalEvent>(RelayInventoryEvent); + SubscribeLocalEvent>(RelayInventoryEvent); SubscribeLocalEvent>(RelayInventoryEvent); SubscribeLocalEvent>(OnGetEquipmentVerbs); diff --git a/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs b/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs index a63eae8e46..7315050dc8 100644 --- a/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs +++ b/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs @@ -6,4 +6,4 @@ namespace Content.Shared.Overlays; /// This component allows you to identify members of the Syndicate faction. /// [RegisterComponent, NetworkedComponent] -public sealed partial class ShowSyndicateIconsComponent : Component {} +public sealed partial class ShowAntagonistIconsComponent : Component {}