Cap passive research points so people spend points more (#11606)

This commit is contained in:
Rane
2022-10-03 21:10:16 -04:00
committed by GitHub
parent 4a736f2c8f
commit 30e831163c
2 changed files with 14 additions and 1 deletions

View File

@@ -11,6 +11,12 @@ namespace Content.Server.Research.Components
[ViewVariables(VVAccess.ReadWrite)] [DataField("points")]
public int Points = 0;
/// <summary>
/// To encourage people to spend points,
/// will not accept passive points gain above this number for each source.
/// </summary>
[DataField("passiveLimitPerSource")]
public int PassiveLimitPerSource = 30000;
[ViewVariables(VVAccess.ReadOnly)] public int Id { get; set; }
[ViewVariables(VVAccess.ReadOnly)]