Cleans up StatusIconSystem and fixing some bugs (#28270)
This commit is contained in:
@@ -14,7 +14,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Shared.Zombies;
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class ZombieComponent : Component, IAntagStatusIconComponent
|
||||
public sealed partial class ZombieComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The baseline infection chance you have if you are completely nude
|
||||
@@ -97,9 +97,6 @@ public sealed partial class ZombieComponent : Component, IAntagStatusIconCompone
|
||||
[DataField("zombieStatusIcon")]
|
||||
public ProtoId<StatusIconPrototype> StatusIcon { get; set; } = "ZombieFaction";
|
||||
|
||||
[DataField]
|
||||
public bool IconVisibleToGhost { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Healing each second
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user