Delta-v/Content.Server/DeltaV/Cloning/MetempsychosisKarmaComponen...

12 lines
318 B
C#

namespace Content.Server.DeltaV.Cloning;
/// <summary>
/// This tracks how many times you have already been cloned and lowers your chance of getting a humanoid each time.
/// </summary>
[RegisterComponent]
public sealed partial class MetempsychosisKarmaComponent : Component
{
[DataField]
public int Score;
}