Cleans up StatusIconSystem and fixing some bugs (#28270)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Revolutionary.Components;
|
||||
/// Used for marking regular revs as well as storing icon prototypes so you can see fellow revs.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedRevolutionarySystem))]
|
||||
public sealed partial class RevolutionaryComponent : Component, IAntagStatusIconComponent
|
||||
public sealed partial class RevolutionaryComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The status icon prototype displayed for revolutionaries
|
||||
@@ -25,7 +25,4 @@ public sealed partial class RevolutionaryComponent : Component, IAntagStatusIcon
|
||||
public SoundSpecifier RevStartSound = new SoundPathSpecifier("/Audio/Ambience/Antag/headrev_start.ogg");
|
||||
|
||||
public override bool SessionSpecific => true;
|
||||
|
||||
[DataField]
|
||||
public bool IconVisibleToGhost { get; set; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user