* weather overlay offset
* sack head clothing
* remove raid
* less mushrooms, less muhrooms hat
* Update CP14VampireRuleSystem.cs
* Update base_clothing.yml
* fix
* Revert "Update base_clothing.yml"
This reverts commit e51d13fe77.
* Update backpacks.yml
* ашч
* double game preset
* Delete parts.yml
* Update sack.yml
* Update sack.yml
* g
* remove raids
* fuck you
14 lines
357 B
C#
14 lines
357 B
C#
using Robust.Shared.GameStates;
|
|
using Robust.Shared.Prototypes;
|
|
|
|
namespace Content.Shared._CP14.Vampire.Components;
|
|
|
|
[RegisterComponent]
|
|
[NetworkedComponent]
|
|
[AutoGenerateComponentState]
|
|
public sealed partial class CP14ShowVampireFactionComponent : Component
|
|
{
|
|
[DataField, AutoNetworkedField]
|
|
public ProtoId<CP14VampireFactionPrototype>? Faction;
|
|
}
|