diff --git a/Content.Client/Overlays/ShowSyndicateIconsSystem.cs b/Content.Client/Overlays/ShowAntagonistIconsSystem.cs similarity index 89% rename from Content.Client/Overlays/ShowSyndicateIconsSystem.cs rename to Content.Client/Overlays/ShowAntagonistIconsSystem.cs index 660ef198e1..6104f0cae6 100644 --- a/Content.Client/Overlays/ShowSyndicateIconsSystem.cs +++ b/Content.Client/Overlays/ShowAntagonistIconsSystem.cs @@ -6,7 +6,7 @@ using Robust.Shared.Prototypes; namespace Content.Client.Overlays; -public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem +public sealed class ShowAntagonistIconsSystem : 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/ShowAntagonistIconsComponent.cs similarity index 75% rename from Content.Shared/Overlays/ShowSyndicateIconsComponent.cs rename to Content.Shared/Overlays/ShowAntagonistIconsComponent.cs index a63eae8e46..7315050dc8 100644 --- a/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs +++ b/Content.Shared/Overlays/ShowAntagonistIconsComponent.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 {} diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml index b51d96978f..5bd8613134 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml @@ -254,7 +254,7 @@ id: ClothingEyesGlassesThermalNukie suffix: "Хамелеон, Ядерные Оперативники" components: - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: entity parent: ClothingEyesBase diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml index 24ead4a18f..26e434a2a8 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/hud.yml @@ -167,7 +167,7 @@ damageContainers: - Biological - Inorganic - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: entity parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons] @@ -185,7 +185,7 @@ - Inorganic - type: ShowHungerIcons - type: ShowThirstIcons - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: entity parent: [ClothingEyesBase, ShowSecurityIcons] @@ -197,7 +197,7 @@ sprite: Clothing/Eyes/Hud/synd.rsi - type: Clothing sprite: Clothing/Eyes/Hud/synd.rsi - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: entity parent: [ClothingEyesBase, ShowSecurityIcons] @@ -209,7 +209,7 @@ sprite: Clothing/Eyes/Hud/syndagent.rsi - type: Clothing sprite: Clothing/Eyes/Hud/syndagent.rsi - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: ShowHealthBars damageContainers: - Biological diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 052f35e99e..ffe1e94410 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -278,7 +278,7 @@ - type: ActiveRadio channels: - Syndicate - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons - type: MovementAlwaysTouching - type: TTS - type: PointLight diff --git a/Resources/Prototypes/_White/Entities/Clothing/Head/night_vision_goggle.yml b/Resources/Prototypes/_White/Entities/Clothing/Head/night_vision_goggle.yml index 76f342c920..d925bd4ad5 100644 --- a/Resources/Prototypes/_White/Entities/Clothing/Head/night_vision_goggle.yml +++ b/Resources/Prototypes/_White/Entities/Clothing/Head/night_vision_goggle.yml @@ -33,4 +33,4 @@ id: ClothingEyesNightVisionGogglesNukie suffix: "Хамелеон, Ядерные Оперативники" components: - - type: ShowSyndicateIcons + - type: ShowAntagonistIcons