* init * fix vampire polymorph * fix vampire metabolizm * upd * теперь при бане будет указываться номер раунда, хд * fix * fix * fix locale * change speed * new nukeops shuttle * FULLY FIX EBANY VAMPIRE OBJECTIVES * fix faction * fix drank objective * try fix status icon * fix changelings * fix zombie faction * vampire status icon fix * upd roadmap * vampire blood amount alert * drain objective up * upd * upd
12 lines
No EOL
371 B
C#
12 lines
No EOL
371 B
C#
using Content.Shared.StatusIcon;
|
|
using Robust.Shared.GameStates;
|
|
using Robust.Shared.Prototypes;
|
|
|
|
namespace Content.Shared.Vampire.Components;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class VampireIconComponent : Component
|
|
{
|
|
[DataField("vampireStatusIcon")]
|
|
public ProtoId<FactionIconPrototype> StatusIcon { get; set; } = "VampireFaction";
|
|
} |