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