* 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
8 lines
160 B
C#
8 lines
160 B
C#
using Content.Shared._CP14.Vampire;
|
|
|
|
namespace Content.Server._CP14.Vampire;
|
|
|
|
public sealed class CP14VampireVisualsSystem : CP14SharedVampireVisualsSystem
|
|
{
|
|
}
|