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;
public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem<ShowSyndicateIconsComponent>
public sealed class ShowAntagonistIconsSystem : EquipmentHudSystem<ShowAntagonistIconsComponent>
{
[Dependency] private readonly IPrototypeManager _prototype = default!;

View File

@@ -54,7 +54,7 @@ public partial class InventorySystem
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowHungerIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowThirstIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowMindShieldIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowSyndicateIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowAntagonistIconsComponent>>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, RefreshEquipmentHudEvent<ShowCriminalRecordIconsComponent>>(RelayInventoryEvent);
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.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowSyndicateIconsComponent : Component {}
public sealed partial class ShowAntagonistIconsComponent : Component {}

View File

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

View File

@@ -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

View File

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

View File

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