fish-station/Content.Shared/Vampire/VampireIconComponent.cs
Rinary 977e8baaea
Доработка вампира и мелочи (#598)
* 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
2024-11-13 04:02:57 +03:00

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";
}