fix retard (#777)

This commit is contained in:
Valtos
2024-11-09 07:29:38 +03:00
committed by Jabak
parent 833ab62382
commit 9df23ee963
7 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ using Robust.Shared.Prototypes;
namespace Content.Client.Overlays; namespace Content.Client.Overlays;
public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem<ShowSyndicateIconsComponent> public sealed class ShowAntagonistIconsSystem : EquipmentHudSystem<ShowAntagonistIconsComponent>
{ {
[Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly IPrototypeManager _prototype = default!;

View File

@@ -54,7 +54,7 @@ public partial class InventorySystem
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowHungerIconsComponent>>(RelayInventoryEvent); SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowHungerIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowThirstIconsComponent>>(RelayInventoryEvent); SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowThirstIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowMindShieldIconsComponent>>(RelayInventoryEvent); SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowMindShieldIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowSyndicateIconsComponent>>(RelayInventoryEvent); SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowAntagonistIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowCriminalRecordIconsComponent>>(RelayInventoryEvent); SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowCriminalRecordIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, GetVerbsEvent<EquipmentVerb>>(OnGetEquipmentVerbs); SubscribeLocalEvent<InventoryComponent, GetVerbsEvent<EquipmentVerb>>(OnGetEquipmentVerbs);

View File

@@ -6,4 +6,4 @@ namespace Content.Shared.Overlays;
/// This component allows you to identify members of the Syndicate faction. /// This component allows you to identify members of the Syndicate faction.
/// </summary> /// </summary>
[RegisterComponent, NetworkedComponent] [RegisterComponent, NetworkedComponent]
public sealed partial class ShowSyndicateIconsComponent : Component {} public sealed partial class ShowAntagonistIconsComponent : Component {}

View File

@@ -254,7 +254,7 @@
id: ClothingEyesGlassesThermalNukie id: ClothingEyesGlassesThermalNukie
suffix: "Хамелеон, Ядерные Оперативники" suffix: "Хамелеон, Ядерные Оперативники"
components: components:
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: entity - type: entity
parent: ClothingEyesBase parent: ClothingEyesBase

View File

@@ -167,7 +167,7 @@
damageContainers: damageContainers:
- Biological - Biological
- Inorganic - Inorganic
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: entity - type: entity
parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons] parent: [ClothingEyesBase, ShowSecurityIcons, ShowMedicalIcons]
@@ -185,7 +185,7 @@
- Inorganic - Inorganic
- type: ShowHungerIcons - type: ShowHungerIcons
- type: ShowThirstIcons - type: ShowThirstIcons
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: entity - type: entity
parent: [ClothingEyesBase, ShowSecurityIcons] parent: [ClothingEyesBase, ShowSecurityIcons]
@@ -197,7 +197,7 @@
sprite: Clothing/Eyes/Hud/synd.rsi sprite: Clothing/Eyes/Hud/synd.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Eyes/Hud/synd.rsi sprite: Clothing/Eyes/Hud/synd.rsi
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: entity - type: entity
parent: [ClothingEyesBase, ShowSecurityIcons] parent: [ClothingEyesBase, ShowSecurityIcons]
@@ -209,7 +209,7 @@
sprite: Clothing/Eyes/Hud/syndagent.rsi sprite: Clothing/Eyes/Hud/syndagent.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Eyes/Hud/syndagent.rsi sprite: Clothing/Eyes/Hud/syndagent.rsi
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: ShowHealthBars - type: ShowHealthBars
damageContainers: damageContainers:
- Biological - Biological

View File

@@ -278,7 +278,7 @@
- type: ActiveRadio - type: ActiveRadio
channels: channels:
- Syndicate - Syndicate
- type: ShowSyndicateIcons - type: ShowAntagonistIcons
- type: MovementAlwaysTouching - type: MovementAlwaysTouching
- type: TTS - type: TTS
- type: PointLight - type: PointLight

View File

@@ -33,4 +33,4 @@
id: ClothingEyesNightVisionGogglesNukie id: ClothingEyesNightVisionGogglesNukie
suffix: "Хамелеон, Ядерные Оперативники" suffix: "Хамелеон, Ядерные Оперативники"
components: components:
- type: ShowSyndicateIcons - type: ShowAntagonistIcons