fix retard (#777)
This commit is contained in:
@@ -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!;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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 {}
|
||||
@@ -254,7 +254,7 @@
|
||||
id: ClothingEyesGlassesThermalNukie
|
||||
suffix: "Хамелеон, Ядерные Оперативники"
|
||||
components:
|
||||
- type: ShowSyndicateIcons
|
||||
- type: ShowAntagonistIcons
|
||||
|
||||
- type: entity
|
||||
parent: ClothingEyesBase
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -278,7 +278,7 @@
|
||||
- type: ActiveRadio
|
||||
channels:
|
||||
- Syndicate
|
||||
- type: ShowSyndicateIcons
|
||||
- type: ShowAntagonistIcons
|
||||
- type: MovementAlwaysTouching
|
||||
- type: TTS
|
||||
- type: PointLight
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
id: ClothingEyesNightVisionGogglesNukie
|
||||
suffix: "Хамелеон, Ядерные Оперативники"
|
||||
components:
|
||||
- type: ShowSyndicateIcons
|
||||
- type: ShowAntagonistIcons
|
||||
|
||||
Reference in New Issue
Block a user