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

This reverts commit 30e831163c.
This commit is contained in:
Nemanja
2022-11-14 20:04:56 -08:00
committed by GitHub
parent b0c4effd5c
commit b645c481d7
2 changed files with 1 additions and 13 deletions

View File

@@ -11,12 +11,6 @@ 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)]