* new blood types * vampire systems setup * death under sun * vampire blood nutrition * alerts * autolearn skills * base bite actions * suck blood spell * polish * Update blood.yml * unshitcode * vampire hunger visual * nerf speed * hypnosis + map update * darkness demiplane warning
12 lines
266 B
C#
12 lines
266 B
C#
using Content.Shared.Roles;
|
|
|
|
namespace Content.Server._CP14.Roles;
|
|
|
|
/// <summary>
|
|
/// Added to mind role entities to tag that they are a Vampire.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class CP14VampireRoleComponent : BaseMindRoleComponent
|
|
{
|
|
}
|